@CEILINGNot in LE
Print Topic  Return to Overview  Previous Topic  Next Topic 

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

 

Topic "f_ceiling.htm" last edited 5/12/2008. ©2008  JP Software, Inc.
Keywords: @CEILING