Calculates theBessel J function for the input parameter.
n (optional) An integer. (Default: 0)
Bessel J is a Bessel function of the first order, and has a finite limit as x approaches zero.
BESELJ is a numerical approximation to the solution of the differential equation for a real x:
y = A * BESELJ(x, n) + B * BESELJ(x, -n)
y = A * BESELJ(x, n) + B * BESELY(x, n)
UNIX Users: Under UNIX, BESELJ uses thej0(3M)
,j1(3M)
, andjn(3M)
functions from the UNIX math library. For details about any of these functions, refer to its UNIXman
page.
For a synopsis of all the Bessel functions, see Mathematical Handbook of Formulas and Tables, by Murray R. Spiegel, McGraw-Hill Book Company, New York, 1968.