Description Returns the value of Bessel Function of the first kind Jn(x) where n is an integer.
Syntax jnval = BessJn( n, x )
Parameters jnval (Double) Value of BessJn(x) for given integer order n and argument x.
n As Long Integer order of the Bessel function Jn(x).
x As Double Argument for which BessJn(x) is to be evaluated.
Remarks This function returns the value of Bessel Function of the first kind Jn(x) where n is an integer. If there is a problem, the function does not set an error.
See Also
|