summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/exp10f.cpp
AgeCommit message (Expand)Author
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly
2023-03-23[libc] Fix some math conversion warningsAlex Brachet
2023-02-24[libc][math] Set floating point exceptions for exp*f, sinhf, and coshf.Tue Ly
2023-02-10[libc] Move likely/unlikely to the optimization headerGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2022-09-19[libc][math] Implement exp10f function correctly rounded to all rounding modes.Tue Ly