]> git.eshelyaron.com Git - emacs.git/commit
Fix (round FLOAT BIGNUM) bug
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Sep 2018 18:49:41 +0000 (11:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Sep 2018 18:50:54 +0000 (11:50 -0700)
commit21637d5e5b29d5ec8fb966c0ddfbfba3eb33da38
treee0d7a0b9edac17b7fd6f7dc876e1ed97082dae0e
parent628f6a2c7a9fe476b7e71efed3a8f8784a00cc54
Fix (round FLOAT BIGNUM) bug

* src/floatfns.c (rounding_driver): Fix bug when one
argument is a float and the other is a bignum.
* test/src/floatfns-tests.el (bignum-round): Test for the bug.
src/floatfns.c
test/src/floatfns-tests.el