Functions: Round Function - Wynntils/Wynntils GitHub Wiki
None
Returns the rounded value to specified number of decimals.
This function has 2 required arguments.
- value (Number) → The number to be rounded.
- decimals (Number) → The number of decimal places.
ROUND(<value>; <decimals>) → (Double)
ROUND(12.3612514;2) → 12.36