FLOOR
(
x#
)
Purpose
Returns the smallest integer that is not less than
x#
.
Examples
A# = FLOOR (3.456)
B# = FLOOR (-3.456))
Comments:
A# will be assigned the value 3.0
B# will be assigned the value 4.0
See Also
CEILING
,
ROUND
Basic to TBASIC Reference Manual