Math
Properties
Methods
Math.abs()
Math.abs(2.5) //2.5
Math.abs(-2.5) //2.5Math.acos()
Math.asin()
Math.atan()
Math.atan2()
Math.ceil()
Math.cos()
Math.exp()
Math.floor()
Math.log()
Math.max()
Math.min()
Math.pow()
Math.random()
Math.round()
Math.sin()
Math.sqrt()
Math.tan()
Last updated