|
From: | Zbigniew |
Subject: | Re: [Chicken-users] IEEE float arithmetic |
Date: | Tue, 20 Jun 2006 15:41:46 -0500 |
For what it's worth, +inf, -inf and +nan do work on my box (2.315) as well as an older copy (2.207). Version 2, Build 315 - linux-unix-gnu-x86-64 - [ 64bit dload ptables applyhook ] (c)2000-2006 Felix L. Winkelmann #;1> +inf +inf #;2> -inf -inf #;3> +nan +nan 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>
[Prev in Thread] | Current Thread | [Next in Thread] |