Bernard Urban <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to