diff options
| author | Joseph Myers <josmyers@redhat.com> | 2024-12-12 20:57:44 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2024-12-12 20:57:44 +0000 |
| commit | 3374de90386f1814cec58567248d43a4632b16f0 (patch) | |
| tree | 5217374d884b2809abf39ef8270cf7e7057c7fa5 /NEWS | |
| parent | 3ac826b0200e6972de81fe0469c1f8868c0e52ce (diff) | |
| download | glibc-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-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
