ceiling
Round a number up to the nearest integer. Provide a numeric value to get the smallest integer greater than or equal to it.
Instructions
Rounds a number up to the nearest integer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to round up |