Show AllShow All

BESSELK

See Also

Returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

BESSELK(x,n)

X    is the value at which to evaluate the function.

N    is the order of the function. If n is not an integer, it is truncated.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
A B
Formula Description (Result)
=BESSELK(1.5, 1) Modified Bessel function at 1.5 with an order of 1 (0.277388)