chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] How to detect when you have +nan.0 or similar?


From: Matthew Welland
Subject: [Chicken-users] How to detect when you have +nan.0 or similar?
Date: Mon, 29 Jan 2007 18:09:03 -0700
User-agent: KMail/1.9.1

What is the right way to do this? I resorted to using :

(not (or (> n 0)(< n 0)(= n 0))

Which seems to work but strikes me as being a bit silly.

Thanks,

Matt
-- 




reply via email to

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