[plt-dev] Re: order-of-magnitude
Thank you!
Jos
----- Original Message -----
From: "Robby Findler" <robby at eecs.northwestern.edu>
To: "Jos Koot" <jos.koot at telefonica.net>
Cc: <plt-dev at list.cs.brown.edu>
Sent: Saturday, December 05, 2009 9:38 PM
Subject: Re: order-of-magnitude
Good idea. Done, thanks.
Robby
On Sat, Dec 5, 2009 at 2:08 PM, Jos Koot <jos.koot at telefonica.net> wrote:
> I am very pleased by your incorportion of order-of-magnitude in scheme/math.
> The documentation is excellent. However, how about including the following
> two examples (and tests)?
>
> (order-of-magnitude 1/100) -> -2
> (order-of-magnitude 1/101) -> -3
>
> Just to make sure that the user can see that the function also applies to
> positive real numbers less than 1.
>
> Jos