These routines return values of their respective Bessel functions.
For large positive inputs, they may underflow and return ±0.
The following applies to
y0(),
y0f(),
y1(),
y1f(),
yn(),
and
ynf().
If
x
is negative, including -∞, these routines will generate an invalid
exception and return NaN.
If
x
is ±0, these routines
will generate a divide-by-zero exception and return -∞.
If
x
is a sufficiently small positive number, then
y1(),
y1f(),
yn(),
and
ynf()
will generate an overflow exception and return -∞.