summaryrefslogtreecommitdiff
path: root/libc/test/src/math/asinhf16_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-03-29[libc][math][c23] Add asinhf16 function (#131351)Tejas Vipin
Implement asinh for Float16 along with tests. Closes #131001