serenity/Userland/Libraries/LibM
Linus Groh c46056122a LibM: Add nextafter() and nexttoward() stubs
Only thing missing for Python to build the _math module! :^)
2021-01-18 22:28:56 +01:00
..
CMakeLists.txt
math.cpp LibM: Add nextafter() and nexttoward() stubs 2021-01-18 22:28:56 +01:00
math.h LibM: Add nextafter() and nexttoward() stubs 2021-01-18 22:28:56 +01:00
TestMath.cpp