Category:

Mathematical

Rounds a number up to the nearest greater or equal integer.

Syntax

ceil(
  x Numeric
): Numeric

Parameters

x is a source number.

Return value

Type: Numeric.

Examples of using

ceil(45.31)