INT function
Description
Integer value function. INT(x) rounds the number x down to an integer.
Examples
INT(5.6) equals 5
INT(-5.6) equals -6
Calculator
Graph

Related functions
- MOD function
- ROUND function
- TRUNC function
- List of Mathematical functions