Calculates theBessel Y function for the input parameter.
n (optional) An integer. (Default: 0)
Bessel Y is a Bessel function of the second order. Unlike the Bessel J function, it has no finite limit as x approaches zero.
BESELY is a numerical approximation to the solution of the differential equation for a real x:
UNIX Users: Under UNIX, BESELY 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.