BSD 4_3 release
[unix-history] / usr / man / man3 / j0.3m
index 2a0b8df..d96fc21 100644 (file)
@@ -1,4 +1,11 @@
-.TH J0 3M  "19 January 1983"
+.\" Copyright (c) 1985 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)j0.3m       6.6 (Berkeley) 5/12/86
+.\"
+.TH J0 3M  "May 12, 1986"
+.UC 4
 .SH NAME
 j0, j1, jn, y0, y1, yn \- bessel functions
 .SH SYNOPSIS
 .SH NAME
 j0, j1, jn, y0, y1, yn \- bessel functions
 .SH SYNOPSIS
@@ -11,7 +18,8 @@ j0, j1, jn, y0, y1, yn \- bessel functions
 .B double j1(x)
 .B double x;
 .PP
 .B double j1(x)
 .B double x;
 .PP
-.B double jn(n, x)
+.B double jn(n,x)
+.B int n;
 .B double x;
 .PP
 .B double y0(x)
 .B double x;
 .PP
 .B double y0(x)
@@ -20,17 +28,15 @@ j0, j1, jn, y0, y1, yn \- bessel functions
 .B double y1(x)
 .B double x;
 .PP
 .B double y1(x)
 .B double x;
 .PP
-.B double yn(n, x)
+.B double yn(n,x)
+.B int n;
 .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
 .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 y0, y1,
-and
-.I yn
-to return a huge negative value and set
-.I errno
-to EDOM.
+On a VAX, negative arguments cause y0, y1 and yn
+to return the reserved operand and set \fIerrno\fR to EDOM.
+.SH SEE ALSO
+math(3M), infnan(3M)