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

Antoine Latter aslatter at gmail.com
Sun Mar 21 17:51:53 EDT 2010


On Sun, Mar 21, 2010 at 4:49 PM, H. <h._h._h._ at hotmail.com> wrote:
> 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.
>

Sending to the maintainer of the package, as listed on hackage.

Antoine


More information about the Haskell-Cafe mailing list