Email list hosting service & mailing list manager


srfi-19 split-real Neil W. Van Dyke 15 May 2003 14:17 UTC

I tried to mail Will F., but his mailer isn't accepting the mail...

> From: "Neil W. Van Dyke" <xxxxxx@neilvandyke.org>
> To: xxxxxx@neodesic.com
> Subject: srfi-19 split-real
> Date: Tue, 13 May 2003 09:49:11 -0400
>
> Hi.  Is it OK that the tm:split-real in SRFI-19 reference implementation
> has the following behavior (under MzScheme 204)?
>
>     (tm:split-real 12.000000034) => 12 34
>
>     (tm:split-real 0.00009)      => 9e-05 0
>     (tm:split-real 0.000098)     => 9     8e-05

BTW, this is something I noticed while making PLT-specific allocation
and speed optimizations to the reference implementation.

--
                                             http://www.neilvandyke.org/