BESSELK
Returns the modified Bessel function Kn(x).
EngineeringEngineering & Science
What it does
Calculates the modified Bessel function of the second kind, Kn(x).
Syntax
BESSELK(x, n)
Arguments
x(number) β The value at which to evaluate the function.n(number) β The order of the Bessel function.
Examples
Calculate Bessel K
Calculate for x=1.5, order 1.
FORMULA
=BESSELK(1.5, 1)
RESULT
0.2774
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | X | Order |
| 2 | 1.5 | 1 |