round_to
Round any number to a specified number of decimal places by providing the value and the desired precision.
Instructions
Rounds a number to a specified count of decimal places
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The number to round | |
| decimalPlaces | Yes | Number of digits after the decimal point |