But you shouldn't use the "common round function", you should use the
Haskell round function.
That's the one that is mathematically better and has hardware support.

On Mon, Oct 27, 2008 at 2:05 PM, L.Guo <[EMAIL PROTECTED]> wrote:
> 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
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to