BESSELI
Returns the modified Bessel function In(x)
Syntax
BESSELI(x, n)
Parameters
- 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)