summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/common_constants.cpp
AgeCommit message (Expand)Author
2025-04-25[libc][math][c23] Add atanhf16 C23 math function. (#132612)Harrison Hao
2025-03-05[libc][math] Add skip accurate pass option for exp*, log*, and powf functions...lntue
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-08-25[libc][math] Implement double precision exp2 function correctly rounded for a...Tue Ly
2023-05-23[libc][math] Implement double precision log function correctly rounded to all...Tue Ly
2023-05-23[libc][math] Make log10 correctly rounded for non-FMA targets and improve its...Tue Ly
2023-04-10[libc][math] Update range reduction step for logf and reduce its latency.Tue Ly
2023-04-07[libc][math] Update range reduction step for log10f and reduce its latency.Tue Ly
2022-08-30[libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf.Kirill Okhotnikov
2022-08-05[libc] Implement sincosf function correctly rounded to all rounding modes.Tue Ly
2022-07-28[libc][math] Improved performance of exp2f function.Kirill Okhotnikov
2022-07-27[libc] Change sinf range reduction to mod pi/16 to be shared with cosf.Tue Ly
2022-03-15[libc] Implement expm1f function that is correctly rounded for all rounding m...Tue Ly
2022-02-07[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly
2022-01-14[libc] Implement correctly rounded log2f based on RLIBM library.Tue Ly