summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atan2l.cpp
AgeCommit message (Expand)Author
2025-07-31[libc][math] fix atan2l build failure. (#151413)Muhammad Bassiouni
2025-07-31[libc][math] Refactor atan2 implementation to header-only in src/__support/ma...Muhammad Bassiouni
2024-08-15[libc] Add definition for `atan2l` on 64-bit long double platforms (#104489)Joseph Huber