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

srfi-19 split-real



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

> From: "Neil W. Van Dyke" <neil@xxxxxxxxxxxxxxx>
> To: fitzgerald@xxxxxxxxxxxx
> 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/