Round
functionmathRounds a number to the given number of decimal places.
Signature
ROUND(value, [decimals]) → decimal| Argument | Accepts | |
|---|---|---|
value | number | required |
decimals | number | optional |
Rounds a number to the given number of decimal places.
Signature
ROUND(value, [decimals]) → decimal| Argument | Accepts | |
|---|---|---|
value | number | required |
decimals | number | optional |