计算自然常数 e(2.71828...)的一个数次方。
示例
语法
exp(n)
参数
n
数字:
要进行指数运算的指数。
返回值
数字: e^n
This page is generated from the comments in src/math/calculation.js . Please feel free to edit it and submit a pull request!
计算自然常数 e(2.71828...)的一个数次方。
exp(n)
要进行指数运算的指数。