BESSELJ
Returns the Bessel function Jn(x)
Syntax
BESSELJ(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
=BESSELJ(1.9, 2)
Returns the Bessel function Jn(x)
BESSELJ(x, n)
=BESSELJ(1.9, 2)