The BESSELK function is one of the engineering functions. It is used to return the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments.
Syntax
BESSELK(x, n)
The BESSELK function has the following arguments:
Argument | Description |
---|
x | The value at which to evaluate the function, a numeric value greater than 0. |
n | The order of the Bessel function, a numeric value greater than or equal to 0. |
Notes
How to apply the BESSELK function.
Examples
The figure below displays the result returned by the BESSELK function.
