summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/atan2f_test.cpp
AgeCommit message (Expand)Author
2025-09-09[libc] Clean up errno header usage in all remaining math/smoke tests. (#157565)Alexey Samsonov
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2024-10-18[libc][math] Add test and fix atan2f crashing when flush-denorm-to-zero (FTZ)...lntue
2024-05-06[libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue