floating-point numbers are commonly written using normalized scientific notation, such as 9.86 × 10^1, 1.0 × 10^-4, or -6.66667 × 10^2, where the number is written as a digit (+/- 1 to 9), decimal point, fractional part, times 10 to a power. The term "normalized" is in contrast to non-normalized where more than one digit, or a 0, may precede the decimal point, such as -66.6667 × 10^-0.1 or 0.1 × 10^-3.
Found in lecture Chapter 2 - Bits 3 and zyBook Section 2.6