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() 取最大数
本文标题:Math常用方法
本文链接:https://www.haomeiwen.com/subject/qkbuyxtx.html
网友评论