Round
Rounds a number
Round(99, 6) → 100
Round(99.65, 1) → 99.7Inputs
Round(number, [places])
- number- A number to round
- [places]- [optional:- 0by default**] -** The number of decimal places to round to
Rounds a number
Round(99, 6) → 100
Round(99.65, 1) → 99.7Round(number, [places])
number - A number to round
[places] -  [optional: 0 by default**] -** The number of decimal places to round to