次方 ,用Math.pow(值,次方數)
如:
Math.pow(3,2); 3的平方
Math.Pow(2,3); 2的立方
開方Math.sqrt(值)
如:
Math.sqrt(9); 9 開方,返回結果3
完!
次方 ,用Math.pow(值,次方數)
如:
Math.pow(3,2); 3的平方
Math.Pow(2,3); 2的立方
開方Math.sqrt(值)
如:
Math.sqrt(9); 9 開方,返回結果3
完!
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。