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

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jan 26 19:51:12 EST 2007

At Fri, 26 Jan 2007 16:44:41 -0800 (PST), Danny Yoo wrote:
> It's in the logic of rational_lt in src/mzscheme/rational.c; some of the 
> fast-path logic looks very suspicious to me, but I haven't put my finger 
> on it yet.

It's comparing numerators in the second part where it should be
denominators.

This is fixed in SVN, though I haven't yet filled the gaping hole in
the MzScheme test suite.

Matthew



Posted on the users mailing list.