描述
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 |
Notes
如果x为非数字,则BESSELK返回#VALUE!错误值。
如果n为非数值,则BESSELK返回#VALUE!错误值。
If n < 0, BESSELK returns the #NUM! Error value.
-
变量x的n阶修改贝塞尔函数为-
$$K_n(x)= \frac {\pi} {2} i ^ {n + 1} [J_n(ix)+ iY_n(ix)] $$
其中Jn和Yn分别是J和Y贝塞尔函数。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016文章来源:https://www.toymoban.com/news/detail-699556.html
Example
JavaScript 中的 BESSELK函数 - 无涯教程网无涯教程网提供描述BESSELK函数返回修改后的Bessel函数Kn(x),该函数等效于针对纯虚参判断的Bessel函...https://www.learnfk.com/javascript/advanced-excel-engineering-besselk-function.html文章来源地址https://www.toymoban.com/news/detail-699556.html
到了这里,关于无涯教程-JavaScript - BESSELK函数的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!