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

Re: My ideas about infinity in Scheme (revised)

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



On Sunday 22 May 2005 14:25, Aubrey Jaffer wrote:
>  | > How about "1/0." and "-1/0."?
...
> Those would work.

I am fine with this syntax, but note that some Schemes do support exact floats 
[e.g. (exact? 1.3) -> #t or #f depending on how the result was obtained].

Cheers,
-KenD