The sole reason for defining a new class of numbers is to overload the arithmetic operators. Each FixedPoint object has two parts: value and scale. We can say some value, , is a fraction of the value divided by the scaling factor : .
Note that we've worked out the algebra in the following example using ...