Module INT

Source
Expand description

ยงINT(X) Returns the largest integer <= X.

See FIX for a truncating function.

PRINT INT(9.9) INT(-9.9)
 9 -10