1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-15 01:53:31 +00:00
parent 0bff4dce95
commit 83ac9c59df

View file

@ -8,6 +8,9 @@
* numbers.c (scm_max, scm_min): For inum/frac, frac/inum, big/frac,
frac/big and frac/frac, use scm_less_p for exact comparison.
* numbers.c (scm_gcd): For inum/big, use mpz_gcd_ui by sharing code
with big/inum.
* numbers.c (xisinf): Add a comment about solaris 7 lacking isinf.
2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>