From ffe79c446ced76d7c1a77804ff2cc32eccbc7c7e Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 11 Dec 2024 21:51:49 +0000 Subject: Implement C23 atanpi C23 adds various 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. --- math/gen-tgmath-tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'math/gen-tgmath-tests.py') diff --git a/math/gen-tgmath-tests.py b/math/gen-tgmath-tests.py index a04a43018a..ef4944b67e 100755 --- a/math/gen-tgmath-tests.py +++ b/math/gen-tgmath-tests.py @@ -744,6 +744,7 @@ class Tests(object): # TS 18661-4 functions. self.add_tests('acospi', 'r', ['r']) self.add_tests('asinpi', 'r', ['r']) + self.add_tests('atanpi', 'r', ['r']) self.add_tests('cospi', 'r', ['r']) self.add_tests('exp10', 'r', ['r']) self.add_tests('exp2m1', 'r', ['r']) -- cgit v1.2.3