round
Filter = round
Rounds a number to the nearest integer or, if a number is passed as an argument, to that number of decimal places.
INPUT | OUTPUT |
---|---|
| 1 |
INPUT | OUTPUT |
---|---|
| 3 |
INPUT | OUTPUT |
---|---|
| 183.36 |
Rounds a number to the nearest integer or, if a number is passed as an argument, to that number of decimal places.
INPUT | OUTPUT |
---|---|
| 1 |
INPUT | OUTPUT |
---|---|
| 3 |
INPUT | OUTPUT |
---|---|
| 183.36 |