INT(a)
INT function returns the largest integer that is not bigger than its argument.
This function is Excel compatible.
INT(7.2) equals 7.
INT(-5.5) equals -6.
FLOOR, CEIL, ABS.