在刷题过程中需要使用到log2(N),但是java中只有log(double),log10(double)等 ... 实现为:public double log2(double N) { return Math.log(N)/.
確定! 回上一頁