BESSELK function
Summary
Returns the modified Bessel function Kn(x)
Syntax
BESSELK(X, N)
The BESSELK function syntax has the following arguments:
• X Required. The value at which to evaluate the function.
• N Required. The order of the function. If n is not an integer, it is truncated.
• X Required. The value at which to evaluate the function.
• N Required. The order of the function. If n is not an integer, it is truncated.
Example
=BESSELK(1.5, 1)