round
Takes any numeric value and returns the nearest integer, accepting unformatted number strings and leaving integers unchanged.
Instructions
Rounds a number to the nearest integer. If an integer is passed in, it will be returned unchanged. Supports numbers passed in as strings, but does NOT support commas or other formatting in number strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||