- Name
-
Ceil -- calculate ceiling of a value (V2.0)
- Synopsis
-
result = Ceil(x)
- Function
-
Calculates the ceiling of
x. The ceiling of a value is the smallest
integer that is greater than or equal to it, e.g. the ceiling of 1.5 is
2, the ceiling of -1.5 is -1.
- Inputs
-
- x
- value whose ceiling is to be calculated
- Results
-
- result
- ceiling of
x
Show TOC