mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Implement C23 atanpi
C23 adds various <math.h> 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.
This commit is contained in:
@ -890,6 +890,12 @@ GLIBC_2.41 asinpif32 F
|
||||
GLIBC_2.41 asinpif32x F
|
||||
GLIBC_2.41 asinpif64 F
|
||||
GLIBC_2.41 asinpil F
|
||||
GLIBC_2.41 atanpi F
|
||||
GLIBC_2.41 atanpif F
|
||||
GLIBC_2.41 atanpif32 F
|
||||
GLIBC_2.41 atanpif32x F
|
||||
GLIBC_2.41 atanpif64 F
|
||||
GLIBC_2.41 atanpil F
|
||||
GLIBC_2.41 cospi F
|
||||
GLIBC_2.41 cospif F
|
||||
GLIBC_2.41 cospif32 F
|
||||
|
Reference in New Issue
Block a user