INT(b1, b2, ...)
The INT function round @b1 now to the nearest int. Where 'nearest' implies being closer to zero. Equivalent to FLOOR(b1) for @b1 >= 0, and CEIL(b1) for @b1 < 0.
Performing this function on a string or empty cell simply does nothing.
FLOOR , CEIL , ABS