aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp10f.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-17[libc][math] Refactor exp10f implementation to header-only in src/__support/m...Muhammad Bassiouni1-4/+3
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue1-121/+2
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-2/+2
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly1-4/+5
2023-03-23[libc] Fix some math conversion warningsAlex Brachet1-2/+2
2023-02-24[libc][math] Set floating point exceptions for exp*f, sinhf, and coshf.Tue Ly1-2/+4
2023-02-10[libc] Move likely/unlikely to the optimization headerGuillaume Chatelet1-0/+1
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet1-6/+6
2022-09-19[libc][math] Implement exp10f function correctly rounded to all rounding modes.Tue Ly1-0/+132