HOME

TheInfoList



OR:

In
applied mathematics Applied mathematics is the application of mathematical methods by different fields such as physics, engineering, medicine, biology, finance, business, computer science, and industry. Thus, applied mathematics is a combination of mathemat ...
, 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 (usually would result in a long string of digits) to be conveniently written in decimal form. It may be referred to as scientific form or standard index form, o ...
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 measurement, measure a ''continuous'' one-dimensional quantity such as a distance, time, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small var ...
, 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 (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
, 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 (usually would result in a long string of digits) to be conveniently written in decimal form. It may be referred to as scientific form or standard index form, o ...
. 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 (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 digits (0 and 1) * Binary function, a function that takes two arguments * Binary operation, a mathematical operation that ta ...
floating-point In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can be ...
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 mantissa or coefficient, sometimes also argument, or ambiguously fraction or characteristic) is part of a number in scientific notation or in floating-point representation, consisting of its significant digits. Depending on ...


References

{{reflist Computer arithmetic