summaryrefslogtreecommitdiff
path: root/libc/test/src/math/cosf16_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-01-12[libc][math][c23] Add tanf16 function (#121018)wldfngrs
- Implementation of tan for 16-bit floating point inputs. - Exhaustive tests across the 16-bit input range
2024-12-15[libc][math][c23] Add cosf16 function (#118785)wldfngrs