Besselk
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Besselk
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Returns the modified Bessel function of the second kind.
Function signature
BESSELK(x: Number, n: Number) => Number
Parameter | Description |
---|---|
X | The value at which to evaluate the function. |
N | The order of the function. If n is not an integer, it is truncated. |
Examples
Formula | Return value |
---|---|
BESSELK(1, 3) |
7.10126277 |
BESSELK(1.5, 1) |
0.2773878 |
BESSELK(3, 1) |
0.04015643 |
BESSELK(2.5, 1) |
0.07389082 |
Was this article helpful?