Introduction to using Math in JavaScript



Math.pow(2,53) //=> 9007199254740992:2 to the 53rd power
Math.round(.6) //=> 1.0: round