aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/tanhf16.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-11[libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT...lntue1-0/+4
2024-11-18[libc] Fix signed zeros for exp10m1f16 and tanhf16. (#116654)lntue1-0/+3
2024-10-18[libc][math][c23] Add tanhf16 C23 math function (#106006)OverMighty1-0/+144