]> git.eshelyaron.com Git - emacs.git/commit
Make logb handle bignums
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 06:10:54 +0000 (00:10 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:28 +0000 (22:12 -0600)
commitcca0e79ea81712786f92a6668c61001e60d24f32
tree484932514b6ec9f21a623363f441bd862064353e
parent3dea8f8f53f81a1d15a55c9e3c87a7eade7ca273
Make logb handle bignums

* src/floatfns.c (Flogb): Handle bignums.
* test/src/floatfns-tests.el (bignum-logb): New test.
src/floatfns.c
test/src/floatfns-tests.el