1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 11:25:07 +00:00
serenity/Libraries/LibM
Andreas Kling 570c6c8458 LibM: Make roundf() and ceilf() slightly less terrible
These implementations still don't handle all of the corner cases that
are possible, but at least they are somewhat usable now.
2019-10-20 17:20:20 +02:00
..
install.sh Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
math.cpp LibM: Make roundf() and ceilf() slightly less terrible 2019-10-20 17:20:20 +02:00
math.h LibM: Implement various functions. 2019-10-17 09:32:24 +02:00
TestMath.cpp LibM: Implement various functions. 2019-10-17 09:32:24 +02:00