BESSELI function

Category: Engineering
Introduced: Excel 365

Summary

Returns the modified Bessel function In(x)

Syntax

BESSELI(X, N) The BESSELI function syntax has the following arguments:
• X Required. The value at which to evaluate the function.
• N Required. The order of the Bessel function. If n is not an integer, it is truncated.

Example

=BESSELI(1.5, 1)

Microsoft Support Page

https://support.microsoft.com/en-us/office/besseli-function-8d33855c-9a8d-444b-98e0-852267b1c0df

Back to Functions