[Haskell-cafe] Re: Data.Number.BigFloat/Fixed

H. h._h._h._ at hotmail.com
Sun Mar 21 17:49:15 EDT 2010


Ivan Lazar Miljenovic <ivan.miljenovic <at> gmail.com> writes:

> 
> I'm sorry, but is there a question in there?
> 
> H. <h._h._h._ <at> hotmail.com> writes:
> > (7e-3 :: BigFloat Prec50) < (6e-4 :: BigFloat Prec50)
> > False
> >
> > (7e-3 :: BigFloat Prec50) < (8e-4 :: BigFloat Prec50)
> > True
> 


7e-3 < 8e-4
The result should be False, but it's True.

Basically I don't know where to report this bug.



More information about the Haskell-Cafe mailing list