1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-07-24 01:05:02 +00:00
parent c8ae173e8a
commit d7850c8d68
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-07-24 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_angle): Use scm_flo0 for non-negative inum, bignum
and real.
2003-07-18 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_product): In complex * bignum, correction to

View file

@ -1,3 +1,7 @@
2003-07-24 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (angle): New tests.
2003-07-18 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (*): Add complex/bignum test.