The
BESELY function returns the Y Bessel function of order
N
for the argument
X
. If
X
is double-precision, the result is double precision, otherwise the argument is converted to floating-point and the result is floating-point. BESELY uses the
y0(3M)
,
y1(3M)
, and
yn(3M)
functions from the standard C math library.