summaryrefslogtreecommitdiff
path: root/static/v10/man3/bessel.3
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man3/bessel.3')
-rw-r--r--static/v10/man3/bessel.339
1 files changed, 39 insertions, 0 deletions
diff --git a/static/v10/man3/bessel.3 b/static/v10/man3/bessel.3
new file mode 100644
index 00000000..bdc6b05c
--- /dev/null
+++ b/static/v10/man3/bessel.3
@@ -0,0 +1,39 @@
+.TH BESSEL 3M
+.CT 2 math
+.SH NAME
+besj0, besj1, besjn, besy0, besy1, besyn \(mi bessel functions
+.SH SYNOPSIS
+.nf
+.B #include <math.h>
+.PP
+.B double besj0(x)
+.B double x;
+.PP
+.B double besj1(x)
+.B double x;
+.PP
+.B double besjn(n, x)
+.B double x;
+.PP
+.B double besy0(x)
+.B double x;
+.PP
+.B double besy1(x)
+.B double x;
+.PP
+.B double besyn(n, x)
+.B double x;
+.fi
+.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 besy0, besy1,
+and
+.I besyn
+to return a huge negative value
+and set
+.I errno
+to
+.BR EDOM .