bug-guile
[Top][All Lists]
Advanced

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

Re: (expt 2 -inf.0) fails in 1.9.14


From: Daniel Llorens
Subject: Re: (expt 2 -inf.0) fails in 1.9.14
Date: Thu, 23 Dec 2010 19:35:50 +0100

I meant 1.9.14 and not 1.9.4, sorry. 

> This is from git, 8aa47f2...
> 
>> (expt 2 -inf.0)
> ERROR: In procedure integer-expt:
> ERROR: Wrong type argument in position 2: -inf.0
> 
> These do work:
> 
>> (expt 2. -inf.0)
> $1 = 0.0
>> (expt 1 -inf.0)
> $2 = 1
> 
> Regards,
> 
>       Daniel




reply via email to

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