A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.wikipedia.org/wiki/Truncation below:

Truncation - Wikipedia

From Wikipedia, the free encyclopedia

In mathematics, limiting the number of digits right of the decimal point

In mathematics and computer science, truncation is limiting the number of digits right of the decimal point.

Truncation and floor function[edit]

Truncation of positive real numbers can be done using the floor function. Given a number x ∈ R + {\displaystyle x\in \mathbb {R} _{+}} to be truncated and n ∈ N 0 {\displaystyle n\in \mathbb {N} _{0}} , the number of elements to be kept behind the decimal point, the truncated value of x is

trunc ⁡ ( x , n ) = ⌊ 10 n ⋅ x ⌋ 10 n . {\displaystyle \operatorname {trunc} (x,n)={\frac {\lfloor 10^{n}\cdot x\rfloor }{10^{n}}}.}

However, for negative numbers truncation does not round in the same direction as the floor function: truncation always rounds toward zero, the floor {\displaystyle \operatorname {floor} } function rounds towards negative infinity. For a given number x ∈ R − {\displaystyle x\in \mathbb {R} _{-}} , the function ceil {\displaystyle \operatorname {ceil} } is used instead

trunc ⁡ ( x , n ) = ⌈ 10 n ⋅ x ⌉ 10 n {\displaystyle \operatorname {trunc} (x,n)={\frac {\lceil 10^{n}\cdot x\rceil }{10^{n}}}} .
Causes of truncation[edit]

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 non-integer real numbers.

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]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4