|
|
@CEILING[n] : Returns the value of the smallest integer that is not less than n. @CEILING will perform an implicit @EVAL on its argument, so you can enter an arithmetic expression.
Examples:
echo %@ceiling[3.14]
echo %@ceiling[-3.14]
echo %@ceiling[0]
echo %@ceiling[123*37.36]
See also: @FLOOR.