(scm_quotient, scm_remainder): In inum/big, use mpz_cmp_ui
authorKevin Ryde <user42@zip.com.au>
Mon, 5 Apr 2004 22:48:05 +0000 (22:48 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 5 Apr 2004 22:48:05 +0000 (22:48 +0000)
commit4dc09ee4ffb44d13e8e4c5a55a5d9e857b9ea5d1
treeb1488b15d9571c51904485375cd3472e46c40c98
parent2e1fc2e8e36c4a67a3eac7cc467e9cb9c5f7fcbe
(scm_quotient, scm_remainder): In inum/big, use mpz_cmp_ui
for big == abs(most-negative-fixnum) special case.
(abs_most_negative_fixnum): Remove, no longer used.
libguile/numbers.c