﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
76	numbers egg comparison of a bignum & a flonum can be incorrect	Kon Lovett		"(< 1237940039285380274899124223 1237940039285380274899124224.0) ;=> #t

but

(< 1237940039285380274899124224.0 1237940039285380274899124225) ;=> #f

This is caused by using the flonum domain for all comparisons involving bignums. 

(exact->inexact 1237940039285380274899124225) ;=> 1237940039285380274899124224.0

"	defect	closed	major		extensions	4.2.x	fixed			
