出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2013/01/27 00:19:47」(JST)
In mathematics and computer science, truncation is the term for limiting the number of digits right of the decimal point, by discarding the least significant ones.
For example, consider the real numbers
To truncate these numbers to 4 decimal digits, we only consider the 4 digits to the right of the decimal point.
The result would be:
Note that in some cases, truncating would yield the same result as rounding, but truncation does not round up or round down the digits; it merely cuts off at the specified digit. The truncation error can be twice the maximum error in rounding.
Contents
|
Truncation of positive real numbers can be done using the floor function. Given a number to be truncated and , the number of elements to be kept behind the decimal point, the truncated value of x is
However, for negative numbers truncation does not round in the same direction as the floor function: truncation always rounds toward zero, the floor function rounds towards negative infinity.
With computers, truncation can occur when a decimal number is typecast as an integer; it is truncated to zero decimal digits because integers cannot store real numbers (that are not themselves integers).
An analogue of truncation can be applied to polynomials. In this case, the truncation of a polynomial P to degree n can be defined as the sum of all terms of P of degree n or less. Polynomial truncations arise in the study of Taylor polynomials, for example.[1]
全文を閲覧するには購読必要です。 To read the full text you will need to subscribe.
リンク元 | 「break」「ablation」「transection」「切断」「cleave」 |
.