Excel BESSELJ function
Function BESSELJ
Description The Excel BESSELJ function returns the Bessel function, Jn(x) , for a specified order and value of x.
Syntax BESSELJ( x, n )
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:
Usage Notes:
- If X is non-numeric then it returns #VALUE! error.
- If n is non-numeric then it returns #VALUE! error.
- If n < 0 then it returns #NUM! error.