$ceil
$ceil
rounds the number UP to the nearest integer.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
number | number | The number that will be rounded up. | true |
Example(s)
This will round 1.1
up to 2
:
$ceil
rounds the number UP to the nearest integer.
Field | Type | Description | Required |
---|---|---|---|
number | number | The number that will be rounded up. | true |
This will round 1.1
up to 2
: