Take Command / TCC Help v. 13.03
@CEILINGNot in LE
Hide Navigation Pane
@CEILINGNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@CEILINGNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@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.

 

Comments (...)