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)
Category:
Mathematical
Rounds a number up to the nearest greater or equal integer.
ceil(
x Numeric
): Numeric
x is a source number.
Type: Numeric.
ceil(45.31)