summaryrefslogtreecommitdiff
path: root/test/src/floatfns-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-02-25Complete the test set for floatfns,c.Eric S. Raymond
2026-02-25More test coverage improvements.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-17Prefer oddp/evenp to free-coding them in testsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-20Add some tests for floatfns.cStefan Kangas
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-04-24Use lexical-binding in most src testsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-14Handle weird cases like (ceil 0 0.0)Paul Eggert
2019-11-13Fix double-rounding bug in ceiling etc.Paul Eggert
2019-11-04Don’t signal overflow for (expt 1 bignum)Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-22Round bignums consistently with other integersPaul Eggert
2018-09-13Fix (floor 54043195528445955 3.0) bugPaul Eggert
2018-09-11Fix (round 1e+INF) core dumpPaul Eggert
2018-09-04Fix (round FLOAT BIGNUM) bugPaul Eggert
2018-08-22Fix bugs when rounding to bignumsPaul Eggert
2018-08-21Add bignum support to floor, ceiling, etc.Paul Eggert
2018-08-19Add bignum support to exptPaul Eggert
2018-08-18Fix bug with ‘mod’ and float+bignumPaul Eggert
2018-07-12Make logb handle bignumsTom Tromey
2018-07-12Make abs handle bignumsTom Tromey
2018-07-12Allow conversion of bignums to floatsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-03-05ffloor etc. now accept only floatsPaul Eggert
2017-03-05; Spelling fixesPaul Eggert
2017-03-03logb now works correctly on large integersPaul Eggert
2017-03-01Fix rounding error in ‘ceiling’ etc.Paul Eggert