
21 Mar
2010
21 Mar
'10
5:49 p.m.
Ivan Lazar Miljenovic
I'm sorry, but is there a question in there?
H.
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.