summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/exp2m1f16_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-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-01-28[libc] Fix conversion warnings for float16 tests. (#124830)lntue
2024-10-12[libc][math][c23] Add exp2m1f16 C23 math function (#105690)OverMighty