Truncation
In mathematics and computer science, truncation is limiting the number of digits right of the decimal point.Truncation of positive real numbers can be done using the floor function.function rounds towards negative infinity.is used instead 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.