1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00
serenity/Libraries/LibM
George Pickering 704f48d7f3 POSIX compliance: (most) shell scripts converted to generic shell
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh
have been left largely untouched due to use of Bash-exclusive
functions and variables such as $BASH_SOURCE, pushd and popd.
2019-11-03 09:26:22 +01:00
..
install.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01: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