Skip to main content

INT function

Integer value function. INT(x) rounds the number x down to an integer.

The argument x can be a real number or a matrix. When it is a matrix, the function returns a matrix with the same dimensions and with the INT function applied to all elements.

Examples

INT(5.6) equals 5

INT(-5.6) equals -6

Calculator

INT -2

Graph

INT function

Related functions