BESSELK
Returns the modified Bessel function Kn(x)
Syntax
BESSELK(x, n)
Parameters
- x: Required. The value at which to evaluate the function
- n: Required. The order of the function
Example
=BESSELK(1.5, 1)
Returns the modified Bessel function Kn(x)
BESSELK(x, n)
=BESSELK(1.5, 1)