serenity/Libraries/LibM
Andreas Kling de7827faf7 LibM: Fix floor() and floorf() for negative numbers
And add a LibJS test to exercise the code. :^)
2020-05-15 22:05:59 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
math.cpp LibM: Fix floor() and floorf() for negative numbers 2020-05-15 22:05:59 +02:00
math.h LibM: Implement floating point variants of various math functions 2020-02-25 20:48:42 +01:00
TestMath.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00