ceiling
Rounds a number up to the nearest integer, returning the smallest whole value greater than or equal to the input. Use it to convert decimals upward in calculations.
Instructions
Rounds a number up to the nearest integer. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to round up |