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(57.43)
ceil function |
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(57.43)