about summary refs log tree commit diff
path: root/manual/arith.texi
Commit message (Expand)AuthorAgeFilesLines
* manual: significand() uses FLT_RADIX, not 2Alejandro Colomar2024-04-031-1/+1
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-11/+11
* Implement C23 <stdbit.h>Joseph Myers2024-01-031-1/+1
* manual: Clarify undefined behavior of feenableexcept (BZ 31019)Bruno Haible2023-12-191-0/+6
* Fix misspellings in manual/ -- BZ 25337Paul Pluzhnikov2023-05-271-1/+1
* C2x strtol binary constant handlingJoseph Myers2023-02-161-3/+6
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-4/+106
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+21
* Add narrowing square root functionsJoseph Myers2021-09-101-0/+19
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-061-3/+4
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-14/+16
* manual: Use @code{errno} instead of @var{errno} [BZ #24063]Florian Weimer2019-01-071-7/+7
* Fix typo in the documentation of gcvtGabriel F. T. Gomes2018-11-011-1/+1
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+19
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-161-1/+1
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+19
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+19
* Add narrowing add functions.Joseph Myers2018-02-101-0/+19
* manual: fix a typo in strtoul description [BZ #21161]Aurelien Jarno2017-12-231-1/+1
* manual: fix finite description [BZ #22596]Aurelien Jarno2017-12-231-2/+2
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-8/+0
* Document _FloatN and _FloatNx versions of math functionsGabriel F. T. Gomes2017-06-231-42/+244
* Describe remainder as primary and drem as alternative in the manualGabriel F. T. Gomes2017-06-221-12/+12
* manual: Complete @standards in arith.texi.Rical Jasan2017-06-161-7/+10
* manual: Replace summary.awk with summary.pl.Rical Jasan2017-06-151-538/+159
* float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes2017-06-121-7/+56
* Add fromfp functions.Joseph Myers2016-12-311-0/+81
* Fix typo in manual for iseqsigGabriel F. T. Gomes2016-12-271-1/+1
* manual: Convert @tables of variables to @vtables.Rical Jasan2016-12-211-6/+2
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+14
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-0/+32
* Document sNaN argument error handling.Joseph Myers2016-12-161-0/+5
* Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers2016-12-161-0/+14
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+18
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-191-0/+18
* Add SNAN, SNANF, SNANL macros.Joseph Myers2016-10-281-0/+9
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-261-0/+30
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-251-0/+41
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+20
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+14
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-1/+26
* Add iseqsig.Joseph Myers2016-10-061-1/+12
* Manual typos: Arithmetic FunctionsRical Jasan2016-10-061-8/+8
* Add iscanonical.Joseph Myers2016-09-301-0/+17
* Add iszero.Joseph Myers2016-09-231-0/+8
* Add issubnormal.Joseph Myers2016-09-211-0/+8
* Add <stdint.h> integer width macros.Joseph Myers2016-09-211-1/+3
* Add femode_t functions.Joseph Myers2016-09-071-0/+33
* Add fetestexceptflag.Joseph Myers2016-08-291-0/+11
* Add fesetexcept.Joseph Myers2016-08-161-0/+12