summaryrefslogtreecommitdiff
path: root/manual/arith.texi
AgeCommit message (Expand)Author
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-02-10Add narrowing add functions.Joseph Myers
2017-12-23manual: fix a typo in strtoul description [BZ #21161]Aurelien Jarno
2017-12-23manual: fix finite description [BZ #22596]Aurelien Jarno
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-06-23Document _FloatN and _FloatNx versions of math functionsGabriel F. T. Gomes
2017-06-22Describe remainder as primary and drem as alternative in the manualGabriel F. T. Gomes
2017-06-16manual: Complete @standards in arith.texi.Rical Jasan
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
2016-12-31Add fromfp functions.Joseph Myers
2016-12-27Fix typo in manual for iseqsigGabriel F. T. Gomes
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16Document sNaN argument error handling.Joseph Myers
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-10-06Manual typos: Arithmetic FunctionsRical Jasan
2016-09-30Add iscanonical.Joseph Myers
2016-09-23Add iszero.Joseph Myers
2016-09-21Add issubnormal.Joseph Myers
2016-09-21Add <stdint.h> integer width macros.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-08-29Add fetestexceptflag.Joseph Myers
2016-08-16Add fesetexcept.Joseph Myers
2016-08-03Fix typo in last arith.texi change.Joseph Myers
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2014-02-26Fix two spaces after sentence.Ondřej Bílka
2014-01-29* manual/arith.texi: Document MTASC-safety properties.Alexandre Oliva
2013-12-30Fix spelling in manual, as in bug 16376Ville Skytta
2013-11-28Document some libm error handling intents.Joseph Myers
2013-09-10Clarify documentation cross-referenceAllan McRae
2013-05-28Doc fix for 'frexp' in arith.texiBen Norht
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-24Fix docs for scalbn* and scalbl* functionsMark H Weaver
2013-02-11Fix some errors in declarations in the manual.Roland McGrath
2012-12-01Fix typos in arith.texi.Joseph Myers