Binary Decimal Radix
Binary Decimal Radix
Binary Decimal Radix
The place values to the right of the radix point (what we call the
equivalent of the "decimal point" when working in other bases) are
simply negative powers of two:
Just as with integers, we multiply each digit by its place value and
add the results. For my example, we'd get:
As an alternate method, you can simply move the radix point to the
right end of the number (as long as it's not a repeating fraction).
Count how many places you moved the radix point. Convert the resulting
integer to binary, and divide by 2^n, where n is the number of places
you moved the radix point.
.1101
I hope this helps. If you have any more questions, write back.