J0(3M) COMMAND REFERENCE J0(3M)
NAME
j0, j1, jn, y0, y1, yn - bessel functions
SYNOPSIS
#include <math.h>
double j0 (x)
double x;
double j1 (x)
double x;
double jn (n, x)
int n;
double x;
double y0 (x)
double x;
double y1 (x)
double x;
double yn (n, x)
int n;
double x;
DESCRIPTION
These functions calculate Bessel functions of the first and
second kinds for real arguments and integer orders.
FILES
/usr/lib/libm.a
Mathematical library functions.
DIAGNOSTICS
Negative arguments cause y0, y1, and yn to return a huge
negative value and set errno to EDOM.
SEE ALSO
intro(2) and perror(3f).
Printed 3/13/89 1
%%index%%
na:216,93;
sy:309,1793;
de:2102,245;
fi:2347,152;
di:2499,290;
se:2789,149;
%%index%%000000000109