Created
May 15, 2018 19:22
-
-
Save jlouis/1f613cfe82c8ef7f7e88a0b147dbd0e0 to your computer and use it in GitHub Desktop.
Oddity, continued
This file contains hidden or 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
Eshell V9.3 (abort with ^G) | |
([email protected])1> <<F:64/float>> = <<128,0,0,0,0,0,0,0>>. | |
<<128,0,0,0,0,0,0,0>> | |
([email protected])2> G = 0.0. | |
0.0 | |
([email protected])3> F. | |
0.0 | |
([email protected])4> G. | |
0.0 | |
([email protected])5> F == G. | |
true | |
([email protected])6> F = G. | |
0.0 | |
([email protected])7> term_to_binary(F) == term_to_binary(G). | |
false | |
([email protected])8> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment