chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] IEEE float arithmetic


From: felix winkelmann
Subject: Re: [Chicken-users] IEEE float arithmetic
Date: Wed, 21 Jun 2006 11:22:30 +0200

On 6/20/06, John Cowan <address@hidden> wrote:
felix winkelmann scripsit:

> Chicken already supports +inf, -inf and +nan.

Not so much.

Version 2, Build 320 - windows-cygwin-x86 - [ dload ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann
#;1> +inf
Error: unbound variable: +inf
#;1> +inf.0
Error: unbound variable: +inf.0
#;1> -inf
Error: unbound variable: -inf
#;1> -inf.0
Error: unbound variable: -inf.0
#;1> +nan
NaN.0
#;2> +nan.0
Error: unbound variable: +nan.0
#;2>

This works fine on my linux box (and mac). Hm... Can you try the very latest
darcs head? (available in a few minutes)

cheers,
felix




reply via email to

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