![]() |
![]() |
![]() |
Compute a Bessel function of the second kind
#include <math.h> double y0( double x ); float y0f( float x );
libbessel
Compute the Bessel function of the second kind for x.
The result of the Bessel function of x.
y0() is standard Unix; y0f() is ANSI (draft)
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
errno, j0(), j1(), jn(), y1(), yn()
![]() |
![]() |
![]() |