Menu

INT

Description

Rounds a number down to the nearest integer.

Examples

INT(3.1415926535898) = 3

INT(20.9996) = 20

INT(NAN) = NAN

INT(INF) = NAN

INT(-INF) = NAN

On this page