描述
EXP函数返回e升至数字的幂。常数e等于自然对数的底数2.71828182845904。
语法
EXP (number)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Number | The exponent applied to the base e. | Required |
Notes
-
要计算其他碱基的幂,请使用幂运算符(^)
-
EXP是LN的倒数,LN是数字的自然对数。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
参考链接
https://www.learnfk.com/javascript/advanced-excel-math-trignometric-exp-function.html
标签:Required,函数,LN,JavaScript,Excel,无涯,EXP,自然对数 From: https://blog.51cto.com/u_14033984/7503752