Thorsten Stocksmeier <[EMAIL PROTECTED]> writes:

Main> floor (logBase 2 (fromInteger 32768)) -- should be == floor 15.0
> 14

Rounding error I suspect.

Prelude> logBase 2 (fromInteger 32768) - 15.0
-9.53674e-07

--
Alastair Reid                 [EMAIL PROTECTED]  
Reid Consulting (UK) Limited  http://www.reid-consulting-uk.ltd.uk/alastair/
_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to