BESSELK function

Category: Engineering
Introduced: Excel 365

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.

Example

=BESSELK(1.5, 1)

Microsoft Support Page

https://support.microsoft.com/en-us/office/besselk-function-606d11bc-06d3-4d53-9ecb-2803e2b90b70

Back to Functions