Round number (to N decimal places)
Rounds a number to the specified number of decimal places. Supports negative precision (to tens, hundreds, etc.).
Rounds a number to the specified number of decimal places. Supports negative precision (to tens, hundreds, etc.).
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Number | string | yes | |
| Decimal places (0 = to integer, -2 = to hundreds) | int | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Result | string |