JavaScript Math.exp()Math 物件的 Math.exp() 方法用來取得 e 的 x 次方。語法:Math.exp(x) 用法:Math.exp(-1); // 0.36787944117144233 Math.exp(0); // 1 Math.exp(1); // 2.718281828459045