The INT function is one of the math and trigonometry functions. It is used to analyze and return the integer part of the specified number.
Syntax
INT(number)
The INT function has the following argument:
Argument | Description |
---|
number | A numeric value for which you want to get the integer part. |
Notes
If the number value is negative, the function returns the first negative number that is less than or equal to the selected one.
How to apply the INT function.
Examples
The figure below displays the result returned by the INT function.
