Last active
September 19, 2017 07:46
-
-
Save philippslang/6ebe733325263fe7e80823d342d414dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghci> (0.3+0.2)+0.1 | |
0.6 | |
ghci> 0.3+(0.2+0.1) | |
0.6000000000000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment