例子2: 使用 Math.log 时基于不同的底数. 下面的函数返回以 x 为底 y 的对数(即logx y):. function getBaseLog(x, y) { return Math.log(y) / Math.log(x); }
確定! 回上一頁