ceiling()
This function returns the smallest integer value that is not smaller than a.
Parameters
|
Parameter |
Description |
|
a |
Value. |
Examples
|
Parameter a |
Result |
|
100.3 |
101 |
|
100 |
100 |
|
-2.5 |
-2 |