Normalized Number
   HOME

TheInfoList



OR:

In
applied mathematics Applied mathematics is the application of mathematics, mathematical methods by different fields such as physics, engineering, medicine, biology, finance, business, computer science, and Industrial sector, industry. Thus, applied mathematics is a ...
, a number is normalized when it is written in
scientific notation Scientific notation is a way of expressing numbers that are too large or too small to be conveniently written in decimal form, since to do so would require writing out an inconveniently long string of digits. It may be referred to as scientif ...
with one non-zero decimal digit before the decimal point.. Thus, a
real number In mathematics, a real number is a number that can be used to measure a continuous one- dimensional quantity such as a duration or temperature. Here, ''continuous'' means that pairs of values can have arbitrarily small differences. Every re ...
, when written out in normalized scientific notation, is as follows: :\pm d_0 . d_1 d_2 d_3 \dots \times 10^n where ''n'' is an
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
, d_0, d_1, d_2, d_3, \ldots, are the digits of the number in base 10, and d_0 is not zero. That is, its leading digit (i.e., leftmost) is not zero and is followed by the decimal point. Simply speaking, a number is ''normalized'' when it is written in the form of ''a'' × 10''n'' where 1 ≤ , ''a'', < 10 without leading zeros in ''a''. This is the ''standard form'' of
scientific notation Scientific notation is a way of expressing numbers that are too large or too small to be conveniently written in decimal form, since to do so would require writing out an inconveniently long string of digits. It may be referred to as scientif ...
. An alternative style is to have the first non-zero digit ''after'' the decimal point.


Examples

As examples, the number 918.082 in normalized form is :9.18082 \times 10^2, while the number in normalized form is :-5.74012 \times 10^. Clearly, any non-zero real number can be normalized.


Other bases

The same definition holds if the number is represented in another
radix In a positional numeral system, the radix (radices) or base is the number of unique digits, including the digit zero, used to represent numbers. For example, for the decimal system (the most common system in use today) the radix is ten, becaus ...
(that is, base of enumeration), rather than base 10. In base ''b'' a normalized number will have the form :\pm d_0 . d_1 d_2 d_3 \dots \times b^n, where again d_0 \neq 0, and the digits, d_0, d_1, d_2, d_3, \ldots, are integers between 0 and b - 1. In many computer systems,
binary Binary may refer to: Science and technology Mathematics * Binary number, a representation of numbers using only two values (0 and 1) for each digit * Binary function, a function that takes two arguments * Binary operation, a mathematical op ...
floating-point In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that ba ...
numbers are represented internally using this normalized form for their representations; for details, see
normal number (computing) In computing, a normal number is a non-zero number in a floating-point representation which is within the balanced range supported by a given floating-point format: it is a floating point number that can be represented without leading zeros in ...
. Although the point is described as ''floating'', for a normalized floating-point number, its position is fixed, the movement being reflected in the different values of the power.


See also

*
Significand The significand (also coefficient, sometimes argument, or more ambiguously mantissa, fraction, or characteristic) is the first (left) part of a number in scientific notation or related concepts in floating-point representation, consisting of its s ...
*
Normal number (computing) In computing, a normal number is a non-zero number in a floating-point representation which is within the balanced range supported by a given floating-point format: it is a floating point number that can be represented without leading zeros in ...


References

{{reflist Computer arithmetic