次方: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刪除。