lgamma.3 (7a15a32a17f4c2cbeb6f842c4c6b1cf93e4639e7) lgamma.3 (4bd9ba3c2f425abd45da4df1361501118d8d6663)
1.\" Copyright (c) 1985, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
1.\" Copyright (c) 1985, 1991 Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
33.\" $Id: lgamma.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
33.\" $Id: lgamma.3,v 1.2 1995/03/01 05:06:23 jkh Exp $
34.\"
35.Dd December 3, 1992
36.Dt LGAMMA 3
37.Os BSD 4.3
38.Sh NAME
39.Nm lgamma ,
40.Nm lgammaf ,
41.Nm gamma ,

--- 75 unchanged lines hidden (view full) ---

117and
118.Va errno
119is set to
120.Er ERANGE
121For large non-integer negative values,
122.Fn gamma
123will underflow.
124.Sh SEE ALSO
34.\"
35.Dd December 3, 1992
36.Dt LGAMMA 3
37.Os BSD 4.3
38.Sh NAME
39.Nm lgamma ,
40.Nm lgammaf ,
41.Nm gamma ,

--- 75 unchanged lines hidden (view full) ---

117and
118.Va errno
119is set to
120.Er ERANGE
121For large non-integer negative values,
122.Fn gamma
123will underflow.
124.Sh SEE ALSO
125.Xr math 3 ,
126.Xr infnan 3
125.Xr math 3
127.Sh HISTORY
128The
129.Nm lgamma
130function appeared in
131.Bx 4.3 .
132The
133.Nm gamma
134function appeared in
135.Bx 4.4 .
136The name
137.Fn gamma
138was originally dedicated to the
139.Fn lgamma
140function, so some old code may no longer be compatible.
126.Sh HISTORY
127The
128.Nm lgamma
129function appeared in
130.Bx 4.3 .
131The
132.Nm gamma
133function appeared in
134.Bx 4.4 .
135The name
136.Fn gamma
137was originally dedicated to the
138.Fn lgamma
139function, so some old code may no longer be compatible.