[Haskell-cafe] Re: Why 'round' does not just round numbers ?

L.Guo leaveye.guo at gmail.com
Mon Oct 27 08:05:31 EDT 2008


Thank you all for instructions.

I am not the same education route with you, so i just heard round-to-even for the very first time.

Now I understand why it exists in theory.

And then, in haskell, is that means, I have to use 'floor . (.5+)' instead of 'round' to get the common round function ?

Or else, is there any other alter-round-function in haskell to do this ?

------------------				 
L.Guo
2008-10-27




More information about the Haskell-Cafe mailing list