Platinum Enthusiast
|
It's pure binary.
No, there is no decimal point in the binary system -- but there is a an analogous binary point. In the decimal system the first digit after the decimal point represents 1/10's, the next digit represents 1/100's, etc. Similarly in the binary system, the first digit after the binary point represents 1/2's, the second digit 1/4's, the third digit 1/8's, etc.
So your first binary number (10000.101) represents 16 + 1/2 + 1/8.
The second binary number (1100.001) represents 8 + 4 + 1/8.
Add them together and you get 28.75 In binary, this sum is written 11100.11
|
| |
|