ceil

Format:
ceil(float_expr)
Result:
Number
Description:
Returns the smallest integer number which is greater than the argument.
e.g.:
SPECTRA> * = ceil(-3.9)
-3
See also the descriptions of the functions floor(), dtoi().