Returns a number rounded to a certain number of decimal places.
Example: roundNumber(1.24999999, 2): 1.25
roundNumber(1.24999999, 2): 1.25
Generated using TypeDoc
Returns a number rounded to a certain number of decimal places.
Example:
roundNumber(1.24999999, 2): 1.25