aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-atanpi.inc
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-11Implement C23 atanpiJoseph Myers1-0/+49
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the atanpi functions (atan(x)/pi). Tested for x86_64 and x86, and with build-many-glibcs.py.