yeah you got the binary right
16 8 4 2 1
1 0 0 0 1
edit: god that makes me sound a really nerdy geek, its only because I spent 2 years using it. Adding, subtracting and multiplying in binary as well. Hex can fuck right off :)
( ,
Mon 30 Mar 2009, 22:51,
archived)
1 0 0 0 1
edit: god that makes me sound a really nerdy geek, its only because I spent 2 years using it. Adding, subtracting and multiplying in binary as well. Hex can fuck right off :)
Eh, what? :)
Binary numbers don't have a position for a boolean value to express whether to add zero to the number or not.
( ,
Mon 30 Mar 2009, 22:58,
archived)
Does the final zero represent the position for one half, then?
( ,
Mon 30 Mar 2009, 23:02,
archived)
yup, divide by 2 for each column
( ,
Mon 30 Mar 2009, 23:06,
archived)
| 2 | 1 | 1/2 | 1/4 | 1/8 | 1/16 | 1/32 | 1/64 |
| 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 |
^ What they said
And also, what would a zero column mean?
100011 = 16 + 1 + 0 = 17
100010 = 16 + 1 = 17
( ,
Mon 30 Mar 2009, 23:01,
archived)
100011 = 16 + 1 + 0 = 17
100010 = 16 + 1 = 17
I think
it would be the difference between 0.99999999999999999999999... and 1.
( ,
Mon 30 Mar 2009, 23:03,
archived)
That's another joke, isn't it, because they're the same.
I knew that.
( ,
Mon 30 Mar 2009, 23:17,
archived)