Ceiling function

Syntax

CEIL …numeric-expr…

Typing

numeric -> numeric

Description

Return the round value just greater or equal to the operand.

The result has the same type than the operand.

Examples

expression evaluates to
CEIL 41.2 42

See Also

Floor function Rounding Rounding to selected precision