bug-guile
[Top][All Lists]
Advanced

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

(expt 2 -inf.0) fails in 1.9.4


From: Daniel Llorens
Subject: (expt 2 -inf.0) fails in 1.9.4
Date: Thu, 23 Dec 2010 01:54:29 +0100

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]