标签:0.00 round double 四舍五入 bsp pow 次方 精确 mat
Math.sin(t) // sin(t)
Math.power(x,2*i) // x的2i次方
(double)(Math.round(sum*1000000))/1000000; //精确到0.000001, Math.round()四舍五入取整
Math
原文地址:http://www.cnblogs.com/airbluecat/p/6180349.html