summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atan2f128.cpp
AgeCommit message (Expand)Author
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni
2025-07-29[libc][math] Refactor atan implementation to header-only in src/__support/mat...Muhammad Bassiouni
2025-04-01[libc][math] Implement a fast pass for atan2f128 with 1ULP error using Dyadic...lntue