Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danslimmon/d2fcacda4357adcca01797a932dcebb9 to your computer and use it in GitHub Desktop.
Save danslimmon/d2fcacda4357adcca01797a932dcebb9 to your computer and use it in GitHub Desktop.
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