1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-04-29 22:56:57 +00:00
parent 1c9c30b6b2
commit a04f57dbfe

View file

@ -1,3 +1,9 @@
2005-04-30 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_divide): Correction to 1/complex and <any>/complex,
need to test abs(re)<abs(im) for choice of cases, otherwise divide by
zero when re==0 and im<0. Reported by Jean Crepeau.
2005-04-25 Kevin Ryde <user42@zip.com.au>
* ramap.c (scm_array_map_x): Allow no source args, add num args checks