Created
May 6, 2016 20:10
-
-
Save danslimmon/d2fcacda4357adcca01797a932dcebb9 to your computer and use it in GitHub Desktop.
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
Binary repr of 1.0: | |
0 01111111111 0000000000000000000000000000000000000000000000000000 | |
Binary repr of 2.0: | |
0 10000000000 0000000000000000000000000000000000000000000000000000 | |
Binary repr of 3.0: | |
0 10000000000 1000000000000000000000000000000000000000000000000000 | |
Binary repr of 5.0: | |
0 10000000001 0100000000000000000000000000000000000000000000000000 | |
Binary repr of 3.0010: | |
0 10000000000 1000000000100000110001001001101110100101111000110101 | |
Binary repr of 3.0011: | |
0 10000000000 1000000000100100000010110111100000000011010001101110 | |
3.0010 ^ 3.0011: | |
0 00000000000 0000000000000100110011111110001110100110101001011011 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment