guile-devel
[Top][All Lists]
Advanced

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

Re: Bug 13 (expt 0 0) -> 0, release-critical or not?


From: Rob Browning
Subject: Re: Bug 13 (expt 0 0) -> 0, release-critical or not?
Date: Thu, 16 May 2002 12:06:29 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Rob Browning <address@hidden> writes:

> I'll need to change the implementation of expt in boot-9.scm because
> right now that's what it calls to implement (expt 0 0.0), and so
> doesn't return 1, but rather 0.  I'm adding at least a few make check
> tests as well to make sure we don't regress.

Ignore that -- I briefly forgot that (integer? 0.0) -> #t, so all I
needed to to was fix integer-expt.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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