Files
ladybird/Libraries/LibJS/Tests
Brian Gianforcaro b8cef3a2d3 LibJS: Add support for floating point modulous
This change implements floating point mod based on the algorithm
used in LibM's fmod() implementation. To avoid taking a dependency
on LibM from LibJS I reimplemented the formula in LibJS.

I've incuded some of the example MDM test cases as well.
This surfaced and issue handling NaN which I've fixed as well.
2020-04-05 10:38:13 +02:00
..
2020-04-04 22:28:21 +02:00
2020-03-30 14:11:54 +02:00
2020-04-02 21:52:15 +02:00
2020-04-04 22:44:48 +02:00
2020-04-02 21:52:15 +02:00