[Haskell-cafe] Is a bug?

Linker linker.m.lin at gmail.com
Sun Jul 26 22:50:39 EDT 2009


Hi,All!
 I find out that diff between GHC and Hugs:
GHC:

*Prelude> sqrt 3+4+9
14.732050807568877
Prelude> sqrt 16
4.0
Prelude> sqrt $3+4+9
14.732050807568877*

Hugs:*Hugs> sqrt $ 3+4+9*
*4.0*
*Hugs> sqrt 3+4+9*
*14.7320508075689*

Which one is right?
Thanks.


-- 
Regards,
Linker Lin
linker.m.lin at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090726/f86227e2/attachment.html


More information about the Haskell-Cafe mailing list