ceil
Returns the smallest integer value not less than N
,
expressed as a float.
FLOAT ceil(NUMBER N)
Expression | Result |
---|---|
|
2.000000 |
|
2.000000 |
|
2.000000 |
|
-1.0000000 |
|
-1.0000000 |
|
-1.0000000 |
ceil
Returns the smallest integer value not less than N
,
expressed as a float.
FLOAT ceil(NUMBER N)
Expression | Result |
---|---|
|
2.000000 |
|
2.000000 |
|
2.000000 |
|
-1.0000000 |
|
-1.0000000 |
|
-1.0000000 |