What is floating point?
There are two types of numbers:
fixed point where a certain number of digits are available before and after the radix point.
floating point where a certain number of digits are available for the mantissa and for the exponent.
An example using decimal digits with three...