Math.log(a); // log e Math.log10(a); // base 10 Math.log(x)/Math.log(2); // log 2 Math.log(x)/Math.log(your_own); // log your_own.
確定! 回上一頁