Javascript开发
Javascript中Math对象包含各种数学函数
三次方函数
Math.pow()
绝对值函数
Math.asb()
向上取整
Math.ceil()
向下取整
Math.floor()
四舍五入
Math.round()
产生随机数
Math.random()
正弦函数
Math.sin()
余弦函数
Math.cos()
平方根函数
Math.sqrt()
对数函数
Math.log()