summaryrefslogtreecommitdiff
path: root/manual/math.texi
AgeCommit message (Expand)Author
2026-01-03Better terminology for ‘long double’ in manualPaul Eggert
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-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
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-04-03manual: Clarify return value of cbrt(3)Alejandro Colomar
2024-04-03manual: floor(log2(fabs(x))) has rounding errorsAlejandro Colomar
2024-04-03manual: logb(x) is floor(log2(fabs(x)))Alejandro Colomar
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-26LoongArch: Update NEWS and README for the LoongArch port.caiyinyu
2022-07-22manual: Add documentation for arc4random functionsAdhemerval Zanella Netto
2022-01-19x86_64: Document libmvec vector functions accuracy [BZ #28766]Sunil K Pandey
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy
2020-07-16manual: Use Unicode instead HTML entities for characters (bug 19737)Florian Weimer
2020-04-17Remove __NO_MATH_INLINESAdhemerval Zanella
2019-01-07manual: Use @code{errno} instead of @var{errno} [BZ #24063]Florian Weimer
2018-01-29Skeleton documentation for the RISC-V portPalmer Dabbelt
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-10-18Add _Float128 function aliases.Joseph Myers
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-06-26Add float128 support for ia64.Joseph Myers
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-26powerpc64le: Enable float128Paul E. Murphy
2017-06-25manual: Fix a minor grammatical error.Rical Jasan
2017-06-23Document _FloatN and _FloatNx versions of math functionsGabriel F. T. Gomes
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan
2017-06-12float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes
2017-02-06Do not hardcode list of libm functions in libm-err-tab.pl.Joseph Myers
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-01Correct clog10 documentation (bug 19673).Joseph Myers
2016-10-06Manual typos: MathematicsRical Jasan
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers
2016-03-10Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers