Arithmetic Back
- a set of functions and constants are defined as properties of the Math object.
Math.pow(2,53) //=>2^53
Math.round(.6) //=>1.0
// ...
Math.pow(2,53) //=>2^53
Math.round(.6) //=>1.0
// ...