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
- RE: rounding in Haskell -- a "bug" in hugs John Hughes
- RE: rounding in Haskell -- a "bug" in hu... Mark P Jones
- Re: rounding in Haskell -- a "bug" i... Lennart Augustsson
- Re: rounding in Haskell -- a "bug" i... Fergus Henderson