描述
BESSELY函数针对x的指定顺序和值返回Bessel函数Yn(x)(也称为Weber函数或Neumann函数)。
语法
BESSELY(X, N)
争论
Argument | 描述 | Required/Optional |
---|---|---|
X | The value at which to evaluate the function. | Required |
N | The order of the function. If n is not an integer, it is truncated. | Required |
Notes
如果x是非数字,则BESSELY返回#VALUE!错误值。
如果n为非数值,则BESSELY返回#VALUE!错误值。
If n < 0, BESSELY returns the #NUM! Error value.
-
变量x的n阶Bessel函数为-
$$Y_n(x)= \lim_ {v \to n} \frac {J_v(x)\cos(v \pi)-J _ {-v}(x)} {\sin(v \pi)} $$
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
JavaScript 中的 BESSELY函数 - 无涯教程网无涯教程网提供描述BESSELY函数针对x的指定顺序和值返回Bessel函数Yn(x)(也称为Weber函数或Neumann函...https://www.learnfk.com/javascript/advanced-excel-engineering-bessely-function.html