[Previous] [Contents] [Next]

y0(), y0f()

Compute a Bessel function of the second kind

Synopsis:

#include <math.h>

double y0( double x );

float y0f( float x );

Library:

libbessel

Description:

Compute the Bessel function of the second kind for x.

Returns:

The result of the Bessel function of x.

Classification:

y0() is standard Unix; y0f() is ANSI (draft)

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes

See also:

errno, j0(), j1(), jn(), y1(), yn()


[Previous] [Contents] [Next]