summaryrefslogtreecommitdiff
path: root/libc/test/src/math/exp10m1f_test.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-05-07[libc] Enable exp10m1f on RISC-V (#138768)Mikhail R. Gadelha
2024-11-07[libc][math][c23] Add exp10m1f C23 math function (#87992)OverMighty