bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: division by 0


From: Kevin Ryde
Subject: Re: division by 0
Date: Tue, 20 Apr 2004 11:21:58 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Bernard Urban <address@hidden> writes:
>
> Is (/ 1 x)  always equal to (/ x) in 1.7 ?
> This is actually my problem. It originates in the fact that hobbit
> converts (/ x) to (/ 1 x), and for x = 0, it fails for 1.6.

You need to be clearer about what you're trying to report.

If you're saying (/ 0) is not the same as (/ 1 0), then I see that's
the case.  My guess would be that's wrong, probably both ought to give
errors (on the basis there's no multiplicative inverse of an exact
zero).  This is the case in the cvs head, perhaps it should be made so
in the 1.6 series too.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]