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