mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Implement C23 tanpi
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the tanpi functions (tan(pi*x)). Tested for x86_64 and x86, and with build-many-glibcs.py.
This commit is contained in:
@ -799,3 +799,9 @@ GLIBC_2.41 sinpif32 F
|
||||
GLIBC_2.41 sinpif32x F
|
||||
GLIBC_2.41 sinpif64 F
|
||||
GLIBC_2.41 sinpil F
|
||||
GLIBC_2.41 tanpi F
|
||||
GLIBC_2.41 tanpif F
|
||||
GLIBC_2.41 tanpif32 F
|
||||
GLIBC_2.41 tanpif32x F
|
||||
GLIBC_2.41 tanpif64 F
|
||||
GLIBC_2.41 tanpil F
|
||||
|
Reference in New Issue
Block a user