CEL

Ceiling

@CEL(expression)

Description

Returns a floating-point value which represents the smallest integer greater than or equal to expression.

Example

CEIL SET @CEL(-1.05) ; CEIL = -1.0