bug-guile
[Top][All Lists]
Advanced

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

complex number reader bug?


From: Bill Schottstaedt
Subject: complex number reader bug?
Date: Sat, 18 Oct 2008 12:46:39 -0700

guile> (number? '1.0+.1i)
#f
guile> .1
0.1
guile> 1+.1i
1.0+0.1i
guile> 1.0+.1i
ERROR: Unbound variable: 1.0+.1i
ABORT: (unbound-variable)


Other similar cases:

.1+.0i
1.+.0i
.1+.1i
1e1+.1i






reply via email to

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