]> git.eshelyaron.com Git - emacs.git/commit
Fix (floor 54043195528445955 3.0) bug
authorPaul Eggert <eggert@Penguin.CS.UCLA.EDU>
Thu, 13 Sep 2018 21:28:56 +0000 (14:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2018 21:29:58 +0000 (14:29 -0700)
commitc44bc4d370b38ac3e9da15579fd372d1410d4b4c
tree5f294fabb278e1e294f35852086637e6df859ed8
parent755fa346eba212b4650c8541023bb78e1658d77b
Fix (floor 54043195528445955 3.0) bug

* src/floatfns.c (rounding_driver): Fix rounding error
that can occur when both args have values exactly
representable as integers but at least one arg is a float.
* test/src/floatfns-tests.el (big-round): New test.
src/floatfns.c
test/src/floatfns-tests.el