/
CEILING
CEILING
Syntax
CEILING(<number>;[<number>])
Description
Rounds a number up to the nearest integer or to the nearest multiple of significance.
Examples
Value | CEILING() returns |
---|---|
3 | 0 |
3.1 | 4 |
8.94 | 9 |
CEILING(<number>;[<number>])
Rounds a number up to the nearest integer or to the nearest multiple of significance.
Value | CEILING() returns |
---|---|
3 | 0 |
3.1 | 4 |
8.94 | 9 |