summaryrefslogtreecommitdiff
path: root/test/src/floatfns-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer oddp/evenp to free-coding them in testsStefan Kangas2025-02-171-2/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add some tests for floatfns.cStefan Kangas2021-10-201-0/+62
|/
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-0/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use lexical-binding in most src testsStefan Kangas2020-04-241-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Handle weird cases like (ceil 0 0.0)Paul Eggert2019-11-141-13/+11
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-131-1/+3
* Don’t signal overflow for (expt 1 bignum)Paul Eggert2019-11-041-0/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Round bignums consistently with other integersPaul Eggert2018-09-221-0/+6
* | Fix (floor 54043195528445955 3.0) bugPaul Eggert2018-09-131-0/+4
* | Fix (round 1e+INF) core dumpPaul Eggert2018-09-111-0/+15
* | Fix (round FLOAT BIGNUM) bugPaul Eggert2018-09-041-0/+5
* | Fix bugs when rounding to bignumsPaul Eggert2018-08-221-4/+8
* | Add bignum support to floor, ceiling, etc.Paul Eggert2018-08-211-0/+27
* | Add bignum support to exptPaul Eggert2018-08-191-0/+9
* | Fix bug with ‘mod’ and float+bignumPaul Eggert2018-08-181-0/+3
* | Make logb handle bignumsTom Tromey2018-07-121-0/+4
* | Make abs handle bignumsTom Tromey2018-07-121-0/+4
* | Allow conversion of bignums to floatsTom Tromey2018-07-121-0/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ffloor etc. now accept only floatsPaul Eggert2017-03-051-0/+6
* ; Spelling fixesPaul Eggert2017-03-051-1/+1
* logb now works correctly on large integersPaul Eggert2017-03-031-0/+3
* Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-011-0/+28