Math
Posted Airbluecat
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Math相关的知识,希望对你有一定的参考价值。
Math.sin(t) // sin(t)
Math.power(x,2*i) // x的2i次方
(double)(Math.round(sum*1000000))/1000000; //精确到0.000001, Math.round()四舍五入取整
以上是关于Math的主要内容,如果未能解决你的问题,请参考以下文章