次方:Math.pow(值,次方数)
例如:Math.pow(2,2); 2的平方
Math.Pow(2,3); 2的立方
开方:Math.sqrt(值)
例如:Math.sqrt(9); 9开方,返回结果3
次方:Math.pow(值,次方数)
例如:Math.pow(2,2); 2的平方
Math.Pow(2,3); 2的立方
开方:Math.sqrt(值)
例如:Math.sqrt(9); 9开方,返回结果3
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。