java 中没有求对数的方法,通过 Math.log(x) / Math.log(y) 方式来求对数。 /** * 求指数、对数* x 真数* y 底数*/ public static double pow(double ...
確定! 回上一頁