round
Rounds a number to the nearest integer. Use it to convert decimals to whole numbers in calculations, or rely on batch_calc for chained operations in a single call.
Instructions
Rounds a number 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 |