Mark P Jones wrote:

> The Numeric.showFloat function is there for the more expert programmers
> who care about the last few bits after the floating point.  That's the
> function that a Haskell programmer should use if they need this kind of

I don't agree.  Numeric.showFloat is for the novice who doesn't understand
about floating point, but expects read.show ti be the identity.
The expert can mess with the number of bits, for the novice it should "just work".


-- Lennart


Reply via email to