cosmopolitan/test/math
Justine Tunney 5c6877b02b
Introduce support for trapping math
The feenableexcept() and fedisableexcept() APIs are now provided which
let you detect when NaNs appear the moment it happens from anywhere in
your program. Tests have also been added for the mission critical math
functions expf() and erff(), whose perfect operation has been assured.
See examples/trapping.c to see how to use this powerful functionality.
2024-04-30 13:38:43 -07:00
..
BUILD.mk Introduce support for trapping math 2024-04-30 13:38:43 -07:00
erff_test.c Introduce support for trapping math 2024-04-30 13:38:43 -07:00
expf_test.c Introduce support for trapping math 2024-04-30 13:38:43 -07:00
float16_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
hypot_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
hypotf_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
powf_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00