BSD 3 development
[unix-history] / usr / man / man3 / j0.3m
CommitLineData
e6817382
BJ
1.TH J0 3M
2.SH NAME
3j0, j1, jn, y0, y1, yn \- bessel functions
4.SH SYNOPSIS
5.B #include <math.h>
6.PP
7.B double j0(x)
8.br
9.B double x;
10.PP
11.B double j1(x)
12.br
13.B double x;
14.PP
15.B double jn(n, x);
16.br
17.B double x;
18.PP
19.B double y0(x)
20.br
21.B double x;
22.PP
23.B double y1(x)
24.br
25.B double x;
26.PP
27.B double yn(n, x)
28.br
29.B double x;
30.SH DESCRIPTION
31These functions calculate Bessel functions of the first
32and second kinds for real arguments and integer orders.
33.SH DIAGNOSTICS
34Negative arguments cause
35.I y0, y1,
36and
37.I yn
38to return a huge negative value
39and set
40.I errno
41to EDOM.