summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp10m1f.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-11[libc][math] Skip checking for exceptional values when LIBC_MATH_SKIP_ACCURAT...lntue
2024-11-07[libc][math][c23] Add exp10m1f C23 math function (#87992)OverMighty