summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atan2f128.cpp
AgeCommit message (Collapse)Author
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#151012) Part of #147386 in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-07-29[libc][math] Refactor atan implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#150852) Part of #147386 in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-04-01[libc][math] Implement a fast pass for atan2f128 with 1ULP error using ↵lntue
DyadicFloat<128>. (#133150) Part of https://github.com/llvm/llvm-project/issues/131642.