Next:
channel
Up:
Mathematical Functions
Previous:
acosinus, asinus, atan
Contents
Index
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()
.