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.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to