Truncation

Source: Wikipedia, the free encyclopedia.

In

decimal point
.

Truncation and floor function

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. For a given number , the function ceil is used instead

.

In some cases trunc(x,0) is written as [x].[citation needed] See Notation of floor and ceiling functions.

Causes of truncation

With computers, truncation can occur when a decimal number is

real numbers
.

In algebra

An analogue of truncation can be applied to

Taylor polynomials, for example.[1]

See also

References

External links