summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix logb on zero, infinite, NaN argsPaul Eggert2019-01-061-16/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix (floor 54043195528445955 3.0) bugPaul Eggert2018-09-131-1/+19
* | Minor rounding_driver simplificationPaul Eggert2018-09-111-8/+5
* | Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-101-1/+1
* | Improve (round FIXNUM FIXNUM) performancePaul Eggert2018-09-051-22/+52
* | Fix (round FLOAT BIGNUM) bugPaul Eggert2018-09-041-2/+5
* | Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-031-31/+13
* | Fix Fnatnump typosPaul Eggert2018-08-281-1/+1
* | Modularize bignums betterPaul Eggert2018-08-271-35/+15
* | Fix bugs when rounding to bignumsPaul Eggert2018-08-221-2/+14
* | Add bignum support to floor, ceiling, etc.Paul Eggert2018-08-211-40/+55
* | Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-211-23/+1
* | Fix expt signedness bug --without-wide-intPaul Eggert2018-08-191-1/+1
* | Add bignum support to exptPaul Eggert2018-08-191-20/+27
* | Fix bug with ‘mod’ and float+bignumPaul Eggert2018-08-181-4/+2
* | Improve ‘abs’ performancePaul Eggert2018-08-171-17/+30
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-7/+0
|\ \
| * | Simplify by assuming C99 math.h isnan etc.Paul Eggert2018-07-311-7/+0
* | | More macro renamings for bignumTom Tromey2018-08-071-15/+15
* | | Fix bignum creation when EMACS_INT is wider than longfeature/bignumTom Tromey2018-07-191-1/+2
* | | Make logb handle bignumsTom Tromey2018-07-121-1/+4
* | | Make abs handle bignumsTom Tromey2018-07-121-2/+17
* | | Allow conversion of bignums to floatsTom Tromey2018-07-121-2/+4
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-16/+16
|/ /
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-8/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove isnan hack for Solaris 10 gcc 3.4.3Paul Eggert2017-03-071-7/+6
* Define copysign on all platformsPaul Eggert2017-03-071-5/+9
* ffloor etc. now accept only floatsPaul Eggert2017-03-051-6/+10
* * src/floatfns.c (Fftruncate): Simplify via emacs_trunc.Paul Eggert2017-03-041-4/+1
* logb now works correctly on large integersPaul Eggert2017-03-031-11/+31
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-10/+2
* Remove XFLOATINTPaul Eggert2017-03-021-2/+2
* Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-011-34/+33
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Doc fixes for grammar and typos (bug#23746)Stephen Berman2016-06-131-2/+2
* ; Spelling fixesPaul Eggert2016-03-181-2/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-7/+7
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-4/+4
* Simplify by assuming C99 integer divisionPaul Eggert2015-08-011-13/+3
* Fix minor ldexp issuesPaul Eggert2015-03-241-5/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* Doc fixesGlenn Morris2014-05-011-3/+2
* Fix porting inconsistency about rounding to even.Paul Eggert2014-03-191-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Port to Solaris 10 and its bundled GCC.Paul Eggert2013-10-221-6/+7