其他分享
首页 > 其他分享> > Math内置对象

Math内置对象

作者:互联网

  属性: Math.Pi 

  方法: Math.max()   最大值

      Math.min()  最小值

      Math.ceil()  向上取整

      Math.floor() 向下取整  

      Math.random()  取随机数

      Math.abs()    绝对值

      Math.pow()   幂

      Math.sqrt()  平方

标签:内置,min,对象,pow,random,取整,Pi,Math
来源: https://www.cnblogs.com/wqddmghsdfh/p/16110766.html