This function is obsolete, see BessJn
Description Returns the value of Bessel Function of the first kind Jn(x) where n is an integer.
Syntax jnval = Jn( n, x )
Parameters jnval (Double) Value of Jn(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 Jn(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
|