diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-12-04 20:04:04 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-12-04 20:04:04 +0000 |
commit | 776938e8b8dcf2b59998979e91cc0f9db7d771a8 (patch) | |
tree | 65d6e7bf7f140a54d4d0b0848b1ba247691d662b /NEWS | |
parent | 0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 (diff) | |
download | glibc-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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |