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

Re: arithmetic issues

This page is part of the web mail archives of SRFI 77 from before July 7th, 2015. The new archives for SRFI 77 contain all messages, not just those from before July 7th, 2015.



bear <bear@xxxxxxxxx> writes:

> Okay, how about a library function:
>
> (define NaN (lambda()
> "return a NaN for use in other functions,
>  because there is no read/write syntax for NaN."
> (/ 0.0 0.0)))

Didn't I already suggest this? :)