BESSELJ function
Summary
Returns the Bessel function Jn(x)
Syntax
BESSELJ(X, N)
The BESSELJ 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.
• 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)