aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-12-04 20:04:04 +0000
committerJoseph Myers <josmyers@redhat.com>2024-12-04 20:04:04 +0000
commit776938e8b8dcf2b59998979e91cc0f9db7d771a8 (patch)
tree65d6e7bf7f140a54d4d0b0848b1ba247691d662b /NEWS
parent0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 (diff)
downloadglibc-776938e8b8dcf2b59998979e91cc0f9db7d771a8.zip
glibc-776938e8b8dcf2b59998979e91cc0f9db7d771a8.tar.gz
glibc-776938e8b8dcf2b59998979e91cc0f9db7d771a8.tar.bz2
Implement C23 sinpi
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the sinpi functions (sin(pi*x)). Tested for x86_64 and x86, and with build-many-glibcs.py.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3daf31..797f4d6 100644
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,7 @@ Major new features:
functions for float, double, long double, _FloatN and _FloatNx, and a
type-generic macro in <tgmath.h>.
- - Trigonometric functions: cospi.
+ - Trigonometric functions: cospi, sinpi.
* 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