summaryrefslogtreecommitdiff
path: root/libc/test/src/math/acosf16_test.cpp
AgeCommit message (Collapse)Author
2025-10-21[libc][math] Add tolerance to math tests so that they still work when ↵lntue
accurate path is skipped. (#164522)
2025-02-23[libc][math][c23] Add acosf16() function (#127731)wldfngrs
- Implementation of acosf16 (inverse cosine) function for 16-bit inputs. - Exhaustive tests across the 16-bit input range.