aboutsummaryrefslogtreecommitdiff
path: root/math/Versions
AgeCommit message (Expand)AuthorFilesLines
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers1-0/+9
2025-11-05math: Remove the SVID error handling from tgammafAdhemerval Zanella1-0/+1
2025-11-05math: Remove the SVID error handling from lgammaf/lgammaf_rAdhemerval Zanella1-0/+2
2025-11-05math: Remove the SVID error handling from atan2fAdhemerval Zanella1-0/+1
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella1-0/+1
2025-11-04math: Remove the SVID error handling from sinhfAdhemerval Zanella1-0/+1
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella1-0/+1
2025-11-04math: Remove the SVID error handling from remainderfAdhemerval Zanella1-0/+1
2025-10-30math: Remove the SVID error handling wrapper from yn/jnAdhemerval Zanella1-0/+2
2025-10-30math: Remove the SVID error handling wrapper from y1/j1Adhemerval Zanella1-0/+2
2025-10-30math: Remove the SVID error handling wrapper from y0/j0Adhemerval Zanella1-0/+2
2025-10-30math: Remove the SVID error handling from coshfAdhemerval Zanella1-0/+1
2025-10-30math: Remove the SVID error handling from atanhfAdhemerval Zanella1-0/+1
2025-10-30math: Remove the SVID error handling from acoshfAdhemerval Zanella1-0/+1
2025-10-30math: Remove the SVID error handling from asinfAdhemerval Zanella1-0/+1
2025-10-30math: Remove the SVID error handling from acosfAdhemerval Zanella1-0/+1
2025-10-30math: Remove the SVID error handling from log10fAdhemerval Zanella1-0/+4
2025-05-14Implement C23 rootn.Joseph Myers1-0/+2
2025-05-09Implement C23 compoundnJoseph Myers1-0/+3
2025-03-27Implement C23 pownJoseph Myers1-0/+2
2025-03-14Implement C23 powrJoseph Myers1-0/+2
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+6
2024-12-12Implement C23 atan2piJoseph Myers1-0/+2
2024-12-11Implement C23 atanpiJoseph Myers1-0/+2
2024-12-10Implement C23 asinpiJoseph Myers1-0/+2
2024-12-09Implement C23 acospiJoseph Myers1-0/+2
2024-12-05Implement C23 tanpiJoseph Myers1-0/+2
2024-12-04Implement C23 sinpiJoseph Myers1-0/+2
2024-12-04Implement C23 cospiJoseph Myers1-0/+6
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers1-0/+4
2024-06-17Implement C23 log10p1Joseph Myers1-0/+2
2024-06-17Implement C23 logp1Joseph Myers1-0/+2
2024-05-20Implement C23 log2p1Joseph Myers1-0/+6
2024-01-12math: remove exp10 wrappersWilco Dijkstra1-0/+4
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto1-0/+4
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella1-0/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers1-0/+22
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+5
2021-09-10Add narrowing square root functionsJoseph Myers1-0/+9
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+3
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-0/+11
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-1/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-1/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-1/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy1-0/+4
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+5
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+5
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+5
2018-02-10Add narrowing add functions.Joseph Myers1-0/+9
2017-12-07Add _Float32 function aliases.Joseph Myers1-105/+105