For example, a 32-bit fixed point number might have 8 bits
representing the binary fractional part of the number,
and the remaining 24 bits will be the integer part. The only difference
from the previous expressions is that, like in base 10, the first position
to the right of the binary point corresponds to ; the next is
and so on, down to
for 8 bits. We don't see fixed
point like this very often anymore, because with the exception of machines
with fixed accuracy (such as cash registers, where the the smallest
difference between values is 1 cent.
regardless, as long as you know where the binary point is, and it never moves, technically you are dealing with fixed point notation.
MM Hugue 2017-08-28