Fixed Point Numbers
The binary integer arithmetic you are used to is known by the more general term of Fixed Point arithmetic.
- Fixed Point means that we view the decimal point being in the same place for all numbers involved in the calculation.
- For integer interpretation, the decimal point is all the way to the right
Unsigned integers, decimal point to the right.