I\'m performing the following operation in Javascript:
0.0030 / 0.031
How can I round the result to an arbitrary number of places? W
The largest positive finite value of the number type is approximately 1.7976931348623157 * 10308. ECMAScript-262 3rd ed. also defines Number.MAX_VALUE which holds that value.
Number.MAX_VALUE