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

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual