Ceiling
The Ceiling function rounds a number up to the nearest integer multiple of specified significance.
Inputs
Ceiling(value, [factor])
value
- The value to round up to the nearest integer multiple of factor
.
[factor]
- [optional: 1
by default] - The number to whose multiples value
will be rounded. factor
may not be equal to 0