描述
ERF函数返回集成在lower_limit和upper_limit之间的错误函数。
误差函数由等式给出-
$$Erf(x)= \frac {2} {\sqrt {\pi}} \int e ^ {-t ^ 2} dt $$
语法
ERF (lower_limit, [upper_limit])
争论
Argument | 描述 | Required/Optional |
---|---|---|
lower_limit | The lower bound for integrating ERF. | Required |
upper_limit |
集成ERF的上限。 如果省略,则ERF在零和lower_limit之间积分。 |
Optional |
Notes
-
如果lower_limit为非数字,则ERF返回#VALUE!错误值。
-
如果upper_limit为非数字,则ERF返回#VALUE!错误值
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
-
在Excel 2007中,如果为上限或下限输入一个负值,该函数将返回#NUM!错误值。
-
在Excel 2010中,对函数算法进行了改进,现在可以计算正负范围的函数。
Example
参考链接
https://www.learnfk.com/javascript/advanced-excel-engineering-erf-function.html
标签:upper,lower,函数,JavaScript,Excel,无涯,ERF,limit From: https://blog.51cto.com/u_14033984/7398980