Math常用方法
2017-10-09 本文已影响0人
老于头子
Math.random() 随机获取0-1的小数,不包括1
Math.floor() 向下取整
Math.ceil() 向上取整
Math.round() 四舍五入
Math.sqrt() 开放 平方根
Math.pow() 幂 n次方
Math.abs() 绝对值 取整数
Math.min() 取最小数
Math.max() 取最大数
Math.random() 随机获取0-1的小数,不包括1
Math.floor() 向下取整
Math.ceil() 向上取整
Math.round() 四舍五入
Math.sqrt() 开放 平方根
Math.pow() 幂 n次方
Math.abs() 绝对值 取整数
Math.min() 取最小数
Math.max() 取最大数