Normalized number
From Wikipedia, the free encyclopedia
A real number is called normalized, if it is in the form:
where n is an integer, d0, d1, d2, d3... are the digits of the number in base 10, and d0 is not zero.
As examples, the number x = 918.082 in normalized form is
- ,
while the number −0.00574012 in normalized form is
Clearly, any non-zero number can be normalized.
The same definition holds if the number is represented in another radix (that is, base of enumeration), rather than base 10. In base b a normalized number will have the form
where again and the "digits" d0, d1, d2, d3... are integers between 0 and b − 1.
Converting a number to base 2 and normalizing it are the first steps in storing a real number as a floating-point number in a computer.