The definition of Math.log from openjdk is: public static double log(double a) { return StrictMath.log(a); // default impl. delegates to ...
確定! 回上一頁