aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
33 hoursmath: Consolidate acosf and asinf internal tablesHEADmasterAdhemerval Zanella4-32/+84
33 hoursmath: Consolidate acospif and asinpif internal tablesAdhemerval Zanella4-104/+119
33 hoursmath: Consolidate cospif and sinpif internal tablesAdhemerval Zanella4-115/+123
5 daysmath: Improve layout of exp/exp10 dataWilco Dijkstra1-2/+4
6 daysmath: Consolidate coshf and sinhf internal tablesAdhemerval Zanella4-60/+100
6 daysmath: Consolidate acoshf and asinhf internal tablesAdhemerval Zanella4-203/+174
6 daysmath: Use tanpif from CORE-MATHAdhemerval Zanella2-0/+115
6 daysmath: Use sinpif from CORE-MATHAdhemerval Zanella1-0/+134
6 daysmath: Use cospif from CORE-MATHAdhemerval Zanella1-0/+136
6 daysmath: Use atanpif from CORE-MATHAdhemerval Zanella1-0/+109
6 daysmath: Use atan2pif from CORE-MATHAdhemerval Zanella1-0/+238
6 daysmath: Use asinpif from CORE-MATHAdhemerval Zanella1-0/+137
6 daysmath: Use acospif from CORE-MATHAdhemerval Zanella1-0/+137
2025-02-03math: Fix tanf for some inputs (BZ 32630)Adhemerval Zanella1-1/+1
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella1-1/+1
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella1-1/+1
2025-01-09math: Fix acosf when building with gcc <= 11Adhemerval Zanella1-3/+7
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert501-501/+501
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella1-53/+80
2024-12-18math: Use sinhf from CORE-MATHAdhemerval Zanella1-51/+120
2024-12-18math: Use coshf from CORE-MATHAdhemerval Zanella2-54/+108
2024-12-18math: Use atanhf from CORE-MATHAdhemerval Zanella1-55/+157
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella1-79/+259
2024-12-18math: Use atanf from CORE-MATHAdhemerval Zanella1-91/+102
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella1-41/+180
2024-12-18math: Use asinf from CORE-MATHAdhemerval Zanella1-92/+118
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella1-40/+192
2024-12-18math: Use acosf from CORE-MATHAdhemerval Zanella1-67/+128
2024-12-18ldbl-96: Set -1 to "int sign_exponent:16"H.J. Lu1-2/+2
2024-12-12Implement C23 atan2piJoseph Myers3-0/+11
2024-12-11Implement C23 atanpiJoseph Myers3-0/+11
2024-12-10Implement C23 asinpiJoseph Myers3-0/+11
2024-12-09Implement C23 acospiJoseph Myers3-0/+11
2024-12-05Implement C23 tanpiJoseph Myers3-0/+11
2024-12-04Implement C23 sinpiJoseph Myers3-0/+11
2024-12-04Implement C23 cospiJoseph Myers3-0/+13
2024-11-26math: Add internal roundeven_finiteAdhemerval Zanella4-3/+30
2024-11-25math: Fix branch hint for 68d7128942Adhemerval Zanella1-1/+1
2024-11-25math: Fix non-portability in the computation of signgam in lgammafVincent Lefevre1-5/+4
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella2-161/+165
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella2-510/+349
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella1-160/+174
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella1-145/+247
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella7-78/+178
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella1-49/+87
2024-11-07math: Fix log10f on some ABIsAdhemerval Zanella1-3/+2
2024-11-06math: Fix incorrect results of exp10m1f with some GCC versionsFlorian Weimer2-2/+2
2024-11-01x86_64: Add exp2m1f with FMAAdhemerval Zanella1-0/+2
2024-11-01x86_64: Add exp10m1f with FMAAdhemerval Zanella1-0/+2
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella1-0/+182