bug-guile
[Top][All Lists]
Advanced

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

bug#29387: Guile-2.2.2 complex numbers edge case


From: Daniel Llorens
Subject: bug#29387: Guile-2.2.2 complex numbers edge case
Date: Thu, 23 Nov 2017 15:48:46 +0100

On 22 Nov 2017, at 19:32, Jan Wedekind <address@hidden> wrote:

> Thanks Daniel,
> I see. So I need to use "=" for numerical comparisons. "equal?" is only true 
> if the types are the same, too:
> 
> (equal? 1.0 1)
> ; #f
> (= 1.0 1)
> ; #t
> 
> Sorry for filing a bug report. Feel free to close the bug.

no problem! closing the bug (right this time)







reply via email to

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