aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-12-12 20:57:44 +0000
committerJoseph Myers <josmyers@redhat.com>2024-12-12 20:57:44 +0000
commit3374de90386f1814cec58567248d43a4632b16f0 (patch)
tree5217374d884b2809abf39ef8270cf7e7057c7fa5 /NEWS
parent3ac826b0200e6972de81fe0469c1f8868c0e52ce (diff)
downloadglibc-3374de90386f1814cec58567248d43a4632b16f0.tar.xz
glibc-3374de90386f1814cec58567248d43a4632b16f0.zip
Implement C23 atan2pi
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f0d2c89cc..a185f2e7ee 100644
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,8 @@ Major new features:
functions for float, double, long double, _FloatN and _FloatNx, and a
type-generic macro in <tgmath.h>.
- - Trigonometric functions: acospi, asinpi, atanpi, cospi, sinpi, tanpi.
+ - Trigonometric functions: acospi, asinpi, atan2pi, atanpi, cospi,
+ sinpi, tanpi.
* The GNU C Library now supports a feature test macro _ISOC2Y_SOURCE to
enable features from the draft ISO C2Y standard. Only some features from