On Tue, Sep 29, 2009 at 9:13 AM, Magicloud Magiclouds
<magicloud.magiclo...@gmail.com> wrote:
> The properFaction part is correct. So I posted the whole code, since
> "isInteger" should accept any reasonable incoming types. Well, in this
> one situation, it does not. And I cannot figure out why....

Floating point gives a lot of small errors, so maybe you shouldn't
test your fractional part to be = 0, but you should test it to be
close enough.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to