y1l

Name

y1l -- Bessel functions

Synopsis

#include <math.h>

long double y1l(long double x);

Description

The y1l() function is identical to y1(), except that the argument x and the return value is a long double.

Returns

See j0().

See Also

j0(), j0f(), j0l(), j1(), j1f(), j1l(), jn(), jnf(), jnl(), y0(), y0f(), y0l(), y1(), y1f(), yn(), ynf(), ynl()