参考 exp()

exp()

计算自然常数 e(2.71828...)的一个数次方。

示例

语法

exp(n)

参数

n
数字:

要进行指数运算的指数。

Returns

数字: e^n
Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!

相关参考