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