summaryrefslogtreecommitdiff
path: root/libc/test/src/math/tanpif16_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-07-06[libc][NFC] Fix func name in comment. (#147183)Connector Switch
2024-11-08[libc][math][c23] Add tanpif16 function (#115183)wldfngrs
- Implementation of `tan` for 16-bit floating point inputs scaled by pi. i.e,. `tanpif16()` - Implementation of Tanpi in MPFRWrapper for MPFR versions < 4.2 - Exhaustive tests for `tanpif16()`