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