mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
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.
This commit is contained in:
@ -1307,3 +1307,11 @@ GLIBC_2.41 cospif32x F
|
||||
GLIBC_2.41 cospif64 F
|
||||
GLIBC_2.41 cospif64x F
|
||||
GLIBC_2.41 cospil F
|
||||
GLIBC_2.41 sinpi F
|
||||
GLIBC_2.41 sinpif F
|
||||
GLIBC_2.41 sinpif128 F
|
||||
GLIBC_2.41 sinpif32 F
|
||||
GLIBC_2.41 sinpif32x F
|
||||
GLIBC_2.41 sinpif64 F
|
||||
GLIBC_2.41 sinpif64x F
|
||||
GLIBC_2.41 sinpil F
|
||||
|
@ -1197,3 +1197,11 @@ GLIBC_2.41 cospif32x F
|
||||
GLIBC_2.41 cospif64 F
|
||||
GLIBC_2.41 cospif64x F
|
||||
GLIBC_2.41 cospil F
|
||||
GLIBC_2.41 sinpi F
|
||||
GLIBC_2.41 sinpif F
|
||||
GLIBC_2.41 sinpif128 F
|
||||
GLIBC_2.41 sinpif32 F
|
||||
GLIBC_2.41 sinpif32x F
|
||||
GLIBC_2.41 sinpif64 F
|
||||
GLIBC_2.41 sinpif64x F
|
||||
GLIBC_2.41 sinpil F
|
||||
|
Reference in New Issue
Block a user