summaryrefslogtreecommitdiff
path: root/doc/lispref/numbers.texi
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Improve ‘random’ doc re noncesPaul Eggert2022-10-17
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-27
* * src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier2021-03-05
* Update copyright year to 2021Paul Eggert2021-01-01
* eql doc improvementsPaul Eggert2020-10-13
* Mention floating rounding issuesPaul Eggert2020-07-09
* Clarify when fixnums are used.Paul Eggert2020-02-17
* Reorder discussion of integer basicsPaul Eggert2020-02-17
* Improve doc of eq on bignums etc.Paul Eggert2020-01-24
* Update copyright year to 2020Paul Eggert2020-01-01
* Rearrange NEWS, add missing documentationEli Zaretskii2019-12-28
* Document Lisp floats a bit betterPaul Eggert2019-11-10
* Clarify (lognot bignum)Paul Eggert2019-07-31
* Always allow at least double-precision bignumsPaul Eggert2019-06-04
* Fix logb on zero, infinite, NaN argsPaul Eggert2019-01-06
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix bugs when rounding to bignumsPaul Eggert2018-08-22
* | Restore compatibility with Texinfo < 6Glenn Morris2018-08-21
* | Improve documentation of 'integer-width'Eli Zaretskii2018-08-21
* | Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-21
* | Add bignum support to exptPaul Eggert2018-08-19
* | Document that ‘random’ is limited to fixnumsPaul Eggert2018-08-18
* | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-18
* | Improve documentation of bignumsEli Zaretskii2018-08-17
* | Rename --without-mini-gmp to --with-libgmpPaul Eggert2018-08-14
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-01
| * | positive → nonnegative doc fixesPaul Eggert2018-07-23
| * | Improve doc for floating point ‘=’ vs ‘eql’Paul Eggert2018-07-19
| * | Fix bug with eql etc. on NaNsPaul Eggert2018-07-18
* | | Add missing @end defunTom Tromey2018-07-19
* | | Document bignumsTom Tromey2018-07-12
|/ /
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-29
* | Clarify syntax of radixed integersPaul Eggert2018-03-23
* | Avoid losing info when formatting integersPaul Eggert2018-03-08
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Make logcount act like CL on negative argPaul Eggert2017-09-30
* | Add logcount (Bug#22689)Mark Oteiza2017-09-30
|/
* min and max now return one of their argumentsPaul Eggert2017-03-06
* Update copyright year to 2017Paul Eggert2016-12-31
* Minor improvements to (random t) documentationPaul Eggert2016-01-18
* Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-15
* Update copyright year to 2016Paul Eggert2016-01-01
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-20
* Restore some of the quoting in the manualsEli Zaretskii2015-09-16
* Quote less in manualsPaul Eggert2015-09-15