summaryrefslogtreecommitdiff
path: root/doc/lispref/numbers.texi
Commit message (Expand)AuthorAgeFilesLines
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-271-1/+2
* * src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier2021-03-051-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* eql doc improvementsPaul Eggert2020-10-131-0/+4
* Mention floating rounding issuesPaul Eggert2020-07-091-0/+3
* Clarify when fixnums are used.Paul Eggert2020-02-171-2/+2
* Reorder discussion of integer basicsPaul Eggert2020-02-171-37/+40
* Improve doc of eq on bignums etc.Paul Eggert2020-01-241-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Rearrange NEWS, add missing documentationEli Zaretskii2019-12-281-5/+5
* Document Lisp floats a bit betterPaul Eggert2019-11-101-2/+6
* Clarify (lognot bignum)Paul Eggert2019-07-311-1/+2
* Always allow at least double-precision bignumsPaul Eggert2019-06-041-7/+7
* Fix logb on zero, infinite, NaN argsPaul Eggert2019-01-061-2/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix bugs when rounding to bignumsPaul Eggert2018-08-221-1/+1
* | Restore compatibility with Texinfo < 6Glenn Morris2018-08-211-4/+16
* | Improve documentation of 'integer-width'Eli Zaretskii2018-08-211-56/+57
* | Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-211-166/+148
* | Add bignum support to exptPaul Eggert2018-08-191-1/+1
* | Document that ‘random’ is limited to fixnumsPaul Eggert2018-08-181-4/+3
* | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-2/+5
* | Improve documentation of bignumsEli Zaretskii2018-08-171-1/+1
* | Rename --without-mini-gmp to --with-libgmpPaul Eggert2018-08-141-4/+2
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-10/+26
|\ \
| * | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-011-1/+1
| * | positive → nonnegative doc fixesPaul Eggert2018-07-231-2/+2
| * | Improve doc for floating point ‘=’ vs ‘eql’Paul Eggert2018-07-191-10/+21
| * | Fix bug with eql etc. on NaNsPaul Eggert2018-07-181-2/+7
* | | Add missing @end defunTom Tromey2018-07-191-0/+1
* | | Document bignumsTom Tromey2018-07-121-92/+41
|/ /
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-291-4/+10
* | Clarify syntax of radixed integersPaul Eggert2018-03-231-6/+9
* | Avoid losing info when formatting integersPaul Eggert2018-03-081-2/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Make logcount act like CL on negative argPaul Eggert2017-09-301-1/+6
* | Add logcount (Bug#22689)Mark Oteiza2017-09-301-0/+13
|/
* min and max now return one of their argumentsPaul Eggert2017-03-061-5/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Minor improvements to (random t) documentationPaul Eggert2016-01-181-3/+3
* Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-151-1/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-201-4/+13
* Restore some of the quoting in the manualsEli Zaretskii2015-09-161-2/+3
* Quote less in manualsPaul Eggert2015-09-151-19/+18
* Fix minor ldexp issuesPaul Eggert2015-03-241-3/+9
* Spacing and punctuation fixesPaul Eggert2015-03-171-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1