summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/cospif_test.cpp
AgeCommit message (Expand)Author
2025-09-09[libc] Clean up errno header usage in all remaining math/smoke tests. (#157565)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner