summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sinhf16.cpp
AgeCommit message (Expand)Author
2025-03-25[libc] Add exceptional values for sinhf16/coshf16 (#133002)Michael Jones
2025-03-11[libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT...lntue
2024-10-17[libc][math][c23] Add sinhf16 and coshf16 C23 math functions (#105947)OverMighty