[Haskell-cafe] bug in number reading?

Alfonso Acosta alfonso.acosta at gmail.com
Sun Sep 28 18:46:21 EDT 2008


>  :; ghc -e '10e4'

10e4 = 10*10^4 = 10^5 = 1e5 = 100000.0

> 100000.0

It seems to be OK.


More information about the Haskell-Cafe mailing list