summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atan2f.cpp
AgeCommit message (Expand)Author
2025-08-01[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni
2025-07-21[libc][math] add smoke tests to shared/math.h (#149741)Muhammad Bassiouni
2025-07-20[libc][math] Refactor acosf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2025-03-11[libc] Provide more fine-grained control of FMA instruction for ARM targets. ...lntue
2025-02-11[libc][math] Add float-only option for atan2f. (#122979)lntue
2024-12-04[libc][math] Add small code size options for atan2f. (#118532)lntue
2024-10-18[libc][math] Add test and fix atan2f crashing when flush-denorm-to-zero (FTZ)...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
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue