When the significand of a floating point number is normalised, there is an implied leading before the stored significand.

By normalising floating point values, we: ?

  • Gain an extra bit of precision because of the implied leading .
  • Ensure that there is a unique representation for values. In non-normalised form, can be represented as , and so on.