Actionscript内的Math类

     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.round() 四舍五入为最接近的整数。

  Math.sin() 计算正弦值。

  Math.sqrt() 计算平方根。

  Math.tan() 计算正切值。

博客分类: 
Total votes: 1311

添加新评论