[plt-scheme] Major math screwiness going on with fractions!

From: Gregory Woodhouse (gregory.woodhouse at sbcglobal.net)
Date: Fri Jan 26 20:52:58 EST 2007

On Jan 26, 2007, at 4:44 PM, Danny Yoo wrote:

> Hi everyone,
>
>
> I was tracking down a problem in a program I was running involving  
> numeric comparisons.  I've isolated it down to this:
>
> ###############
> dyoo at dyoo-desktop:~$ mzscheme
> Welcome to MzScheme v369.6 [3m], Copyright (c) 2004-2007 PLT Scheme  
> Inc.
>> (< 1 (/ 1 4))
> #t
> ###############
>

I don't know if it helps, but this is 369.5

Welcome to DrScheme, version 369.5-svn17jan2007 [3m].
Language: Pretty Big (includes MrEd and Advanced Student).
 > (< 1 (/ 1 4))
#f
 >


Gregory Woodhouse
gregory.woodhouse at sbcglobal.net

"If everything seems under control,
you're just not going fast enough."
-- Mario Andretti


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070126/87ebc6fa/attachment.html>

Posted on the users mailing list.