TRUNC function
Description
TRUNC(x) truncates the number x to an integer by removing the fractional part of x.
The TRUNC function differs from the INT function only when the argument is a negative number.
Examples
TRUNC(5.6) equals 5
TRUNC(-5.6) equals -5
Calculator
Graph
