summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atan2.cpp
AgeCommit message (Expand)Author
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2025-03-21[libc][math] Implement fast pass for double precision atan function. (#132333)lntue
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-07-26[libc][math] Implement fast pass for double precision atan2 with 1 ULP errors...lntue