summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* Help GCC compute modiff_incrPaul Eggert2023-05-141-11/+1
* Update some commentary for C23Paul Eggert2023-02-041-2/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * src/floatfns.c: Update comment.Paul Eggert2022-05-101-8/+14
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+15
|/
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Port new float-scaling code to SolarisPaul Eggert2019-11-151-4/+1
* Handle weird cases like (ceil 0 0.0)Paul Eggert2019-11-141-9/+20
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-131-65/+50
* Refactor double integer scalingPaul Eggert2019-11-131-0/+23
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* ; * src/floatfns.c: Don't use non-ASCII characters in comments.Eli Zaretskii2019-08-311-1/+1
* * src/floatfns.c: Check against __FINITE_MATH_ONLY__ (bug#37140)Mattias Engdegård2019-08-301-0/+8
* Be more careful about pointers to bignum valsPaul Eggert2019-08-211-3/+3
* 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