ceil
Round any number up to the nearest integer. Accepts numeric strings, leaves integers unchanged, and ignores unsupported formatting.
Instructions
Rounds a number up to the nearest integer. Supports numbers passed in as strings, but does NOT support commas or other formatting in number strings. If an integer is passed in, it will be returned unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||