summaryrefslogtreecommitdiff
path: root/math/s_atan2pi_template.c
AgeCommit message (Collapse)Author
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-12Implement C23 atan2piJoseph Myers
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the atan2pi functions (atan2(y,x)/pi). Tested for x86_64 and x86, and with build-many-glibcs.py.