Decimal notation describes numbers using the digits 1 through 10. Binary notation describes them using just two digits, 1 and 0, where each bit in a string represents a power of 2. The right-most bit ...
I used it to compute the fraction par of a number to the binary value to write it to a regsiter of a controller. The format of the 24 Bit register was |2^-1|2^-2|2^-3 ....|2^-23|2^-24|. I solved the ...