[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(real? (* +i +i)) -> #f
From: |
JihemD |
Subject: |
(real? (* +i +i)) -> #f |
Date: |
Fri, 3 Aug 2012 03:02:03 -0700 (PDT) |
Hi
I am playing around with Guile 2.05 on Kubuntu 12.04,
why :
scheme@(guile-user)> (real? (* +i +i))
$13 = #f
but :
scheme@(guile-user)> (zero? (imag-part (* +i +i)))
$14 = #t
thxs
--
View this message in context:
http://old.nabble.com/%28real--%28*-%2Bi-%2Bi%29%29--%3E--f-tp34250234p34250234.html
Sent from the Gnu - Guile - User mailing list archive at Nabble.com.
- (real? (* +i +i)) -> #f,
JihemD <=