BESSELK函数返回修改后的Bessel函数Kn(x),该函数等效于针对纯虚参判断的Bessel函数。
这些也称为双曲贝塞尔函数。
BESSELK(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 |
如果x为非数字,则BESSELK返回#VALUE!错误值。
如果n为非数值,则BESSELK返回#VALUE!错误值。
If n < 0, BESSELK returns the #NUM! Error value.
变量x的n阶修改贝塞尔函数为-
其中Jn和Yn分别是J和Y贝塞尔函数。
Excel 2007,Excel 2010,Excel 2013,Excel 2016