V7M/man/man3/j0.3m

.TH J0 3M 
.SH NAME
j0, j1, jn, y0, y1, yn \- bessel functions
.SH SYNOPSIS
.B #include <math.h>
.PP
.B double j0(x)
.br
.B double x;
.PP
.B double j1(x)
.br
.B double x;
.PP
.B double jn(n, x);
.br
.B double x;
.PP
.B double y0(x)
.br
.B double x;
.PP
.B double y1(x)
.br
.B double x;
.PP
.B double yn(n, x)
.br
.B double x;
.SH DESCRIPTION
These functions calculate Bessel functions of the first
and second kinds for real arguments and integer orders.
.SH DIAGNOSTICS
Negative arguments cause
.I y0, y1,
and
.I yn
to return a huge negative value
and set
.I errno
to EDOM.