Wikipedia

Truncation

Also found in: Dictionary, Medical, Encyclopedia.
(redirected from truncate)

In mathematics and computer science, truncation is limiting the number of digits right of the 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

is used instead.

Causes of truncation

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.

In Linux, the truncate command allows emptying or shrinking a file to a specified size. The command also supports expanding files to a specified size by appending null bytes.[1]

In algebra

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.[2]

See also

References

  1. ^ "How to Truncate (Empty) Files in Linux". linuxize.com. 12 September 2019.
  2. ^ Spivak, Michael (2008). Calculus (4th ed.). p. 434. ISBN 978-0-914098-91-1.

External links

This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.