摘要:
Math.abs()计算绝对值。Math.acos()计算反余弦值。Math.asin()计算反正弦值。Math.atan()计算反正切值。Math.atan2()计算从x坐标轴到点的角度。Math.ceil()将数字向上舍入为最接近的整数。Math.cos()计算余弦值。Math.exp()计算指数值。Math.floor()将数字向下舍入为最接近的整数。Math.log()计算自然对数。Math.max()返回两个整数中较大的一个。Math.min()返回两个整数中较小的一个。Math.pow()计算x的y次方。Math.random()返回一个0.0与1.0之间的伪随机数。Math.ro 阅读全文
posted @ 2012-04-28 16:16 随风而行 阅读(11136) 评论(2) 推荐(0) 编辑