Age | Commit message (Expand) | Author | Files | Lines |
2021-09-28 | Add fmaximum, fminimum functions | Joseph Myers | 1 | -4/+106 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 1 | -0/+21 |
2021-09-10 | Add narrowing square root functions | Joseph Myers | 1 | -0/+19 |
2020-07-06 | Use C2x return value from getpayload of non-NaN (bug 26073). | Joseph Myers | 1 | -3/+4 |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 1 | -14/+16 |
2019-01-07 | manual: Use @code{errno} instead of @var{errno} [BZ #24063] | Florian Weimer | 1 | -7/+7 |
2018-11-01 | Fix typo in the documentation of gcvt | Gabriel F. T. Gomes | 1 | -1/+1 |
2018-05-17 | Add narrowing divide functions. | Joseph Myers | 1 | -0/+19 |
2018-05-16 | math: Merge strtod_nan_*.h into math-type-macros-*.h | Florian Weimer | 1 | -1/+1 |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers | 1 | -0/+19 |
2018-03-20 | Add narrowing subtract functions. | Joseph Myers | 1 | -0/+19 |
2018-02-10 | Add narrowing add functions. | Joseph Myers | 1 | -0/+19 |
2017-12-23 | manual: fix a typo in strtoul description [BZ #21161] | Aurelien Jarno | 1 | -1/+1 |
2017-12-23 | manual: fix finite description [BZ #22596] | Aurelien Jarno | 1 | -2/+2 |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 1 | -8/+0 |
2017-06-23 | Document _FloatN and _FloatNx versions of math functions | Gabriel F. T. Gomes | 1 | -42/+244 |
2017-06-22 | Describe remainder as primary and drem as alternative in the manual | Gabriel F. T. Gomes | 1 | -12/+12 |
2017-06-16 | manual: Complete @standards in arith.texi. | Rical Jasan | 1 | -7/+10 |
2017-06-15 | manual: Replace summary.awk with summary.pl. | Rical Jasan | 1 | -538/+159 |
2017-06-12 | float128: Add strfromf128, strtof128, and wcstof128 to the manual | Gabriel F. T. Gomes | 1 | -7/+56 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 1 | -0/+81 |
2016-12-27 | Fix typo in manual for iseqsig | Gabriel F. T. Gomes | 1 | -1/+1 |
2016-12-21 | manual: Convert @tables of variables to @vtables. | Rical Jasan | 1 | -6/+2 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 1 | -0/+14 |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers | 1 | -0/+32 |
2016-12-16 | Document sNaN argument error handling. | Joseph Myers | 1 | -0/+5 |
2016-12-16 | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 1 | -0/+14 |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 1 | -0/+18 |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 1 | -0/+18 |
2016-10-28 | Add SNAN, SNANF, SNANL macros. | Joseph Myers | 1 | -0/+9 |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 1 | -0/+30 |
2016-10-25 | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 1 | -0/+41 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 1 | -0/+20 |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 1 | -0/+14 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 1 | -1/+26 |
2016-10-06 | Add iseqsig. | Joseph Myers | 1 | -1/+12 |
2016-10-06 | Manual typos: Arithmetic Functions | Rical Jasan | 1 | -8/+8 |
2016-09-30 | Add iscanonical. | Joseph Myers | 1 | -0/+17 |
2016-09-23 | Add iszero. | Joseph Myers | 1 | -0/+8 |
2016-09-21 | Add issubnormal. | Joseph Myers | 1 | -0/+8 |
2016-09-21 | Add <stdint.h> integer width macros. | Joseph Myers | 1 | -1/+3 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -0/+33 |
2016-08-29 | Add fetestexceptflag. | Joseph Myers | 1 | -0/+11 |
2016-08-16 | Add fesetexcept. | Joseph Myers | 1 | -0/+12 |
2016-08-03 | Fix typo in last arith.texi change. | Joseph Myers | 1 | -1/+1 |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 1 | -11/+10 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 1 | -0/+40 |
2014-02-26 | Fix two spaces after sentence. | Ondřej Bílka | 1 | -3/+3 |
2014-01-29 | * manual/arith.texi: Document MTASC-safety properties. | Alexandre Oliva | 1 | -0/+149 |
2013-12-30 | Fix spelling in manual, as in bug 16376 | Ville Skytta | 1 | -1/+1 |