Ceiling
@CEL(expression)
Returns a floating-point value which represents the smallest integer greater than or equal to expression.
CEIL SET @CEL(-1.05) ; CEIL = -1.0