cosmopolitan/test/math
Justine Tunney 592f6ebc20
Make quality improvements
- Write some more unit tests
- memcpy() on ARM is now faster
- Address the Musl complex math FIXME comments
- Some libm funcs like pow() now support setting errno
- Import the latest and greatest math functions from ARM
- Use more accurate atan2f() and log1pf() implementations
- atoi() and atol() will no longer saturate or clobber errno
2024-02-25 19:08:43 -08:00
..
BUILD.mk Make quality improvements 2024-02-25 19:08:43 -08:00
hypot_test.c Make quality improvements 2024-02-25 19:08:43 -08:00
hypotf_test.c Make quality improvements 2024-02-25 19:08:43 -08:00
powf_test.c Make quality improvements 2024-02-25 19:08:43 -08:00