bessel(3M)
NAME
bessel, j0, j1, jn, y0, y1, yn − Bessel functions
SYNOPSIS
#include <math.h>
double j0(double x);
double j1(double x);
double jn(int n, double x);
double y0(double x);
double y1(double x);
double yn(int n, double x);
DESCRIPTION
These functions calculate Bessel functions of the first and second kinds for real arguments and integer orders.
SEE ALSO
DIAGNOSTICS
The functions y0(), y1(), and yn() have logarithmic singularities at the origin, so they treat zero and negative arguments the way log() does, as described in exp(3M). Such arguments are unexceptional for j0(), j1(), and jn().
SunOS 5.1/SPARC — Last change: 30 Apr 1992