Fixed minor bugs related to the addition of gammaf.

The major bug, that gamma is documented as really being gamma, is
still unfixed.
This commit is contained in:
Bruce Evans 1997-07-13 14:45:28 +00:00
parent 64bb6c3420
commit 354fb38542
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27371

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
.\" $Id$
.\" $Id: lgamma.3,v 1.5 1997/02/22 15:09:38 peter Exp $
.\"
.Dd December 3, 1992
.Dt LGAMMA 3
@ -53,7 +53,7 @@
.Ft double
.Fn gamma "double x"
.Ft float
.Fn gamma "float x"
.Fn gammaf "float x"
.Sh DESCRIPTION
.Fn lgamma x
and
@ -67,7 +67,7 @@ return ln\||\(*G(x)| where
.Ed
.\}
.if n \
returns ln\||\(*G(x)|.
return ln\||\(*G(x)|.
.Pp
The external integer
.Fa signgam