Whole document tree
    

Whole document tree

INT

INT

Name

INT -- 

Description

INT function returns the largest integer that is not bigger than its argument.

This function is Excel compatible.

Examples

INT(7.2) equals 7.

INT(-5.5) equals -6.

See also

FLOOR, CEIL, ABS.