cosmopolitan/test/libc/tinymath
Justine Tunney a8945714e8 Make gdtoa less tunable (#104)
The -fno-math-errno flag shouldn't impact libraries since it's mostly
intended for permitting the compiler to generate sqrt() instructions.
2021-03-07 16:41:59 -08:00
..
acos_test.c Add more math fixes 2021-03-06 11:44:40 -08:00
acosh_test.c Add hyperbolic math functions 2021-02-28 01:27:50 -08:00
asin_test.c Add more math fixes 2021-03-06 11:44:40 -08:00
asinh_test.c Add hyperbolic math functions 2021-02-28 01:27:50 -08:00
atan2_test.c Add tests for the greatest of all libm functions 2021-03-06 12:59:35 -08:00
atan2l_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
atan_test.c Add more math fixes 2021-03-06 11:44:40 -08:00
atanh_test.c Add hyperbolic math functions 2021-02-28 01:27:50 -08:00
atanl_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
cbrt_test.c Add more math fixes 2021-03-06 11:44:40 -08:00
ceil_test.c Add more libm unit tests and fixes 2021-03-02 13:57:23 -08:00
copysign_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
cosh_test.c Add hyperbolic math functions 2021-02-28 01:27:50 -08:00
erf_test.c Add error and gamma functions 2021-03-02 11:58:00 -08:00
exp2_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
exp2l_test.c Add more libm unit tests and fixes 2021-03-02 13:57:23 -08:00
exp10_test.c Make pow() conform to standard definition 2021-03-03 09:21:27 -08:00
exp_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
expm1_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
fabs_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
floor_test.c Add more libm unit tests and fixes 2021-03-02 13:57:23 -08:00
fmod_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
gamma_test.c Add error and gamma functions 2021-03-02 11:58:00 -08:00
hypot_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
log1p_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
log2_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
log_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
logb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Make gdtoa less tunable (#104) 2021-03-07 16:41:59 -08:00
round_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
sin_test.c Add more math fixes 2021-03-06 11:44:40 -08:00
sinh_test.c Add hyperbolic math functions 2021-02-28 01:27:50 -08:00
sqrt_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
tan_test.c Add more math fixes 2021-03-06 11:44:40 -08:00
tanh_test.c Add hyperbolic math functions 2021-02-28 01:27:50 -08:00
test.mk Make pow() conform to standard definition 2021-03-03 09:21:27 -08:00
trunc_test.c Add more libm unit tests and fixes 2021-03-02 13:57:23 -08:00