round()Rounds with the specified precision.
This function is valid in v2.0.0 to v2.24.3. This function has been downloaded 65 times.Math.round(num * Math.pow(10, precision)) / Math.pow(10, precision).num rounded with the specified precision.This function directly requires the following functions which are included automatically:
ceil()Infinity with the specified precision.
floor()-Infinity with the specified precision.
This function is directly required by the following functions: