fixed error noted by Fabian Kreutz

This commit is contained in:
Michael Kerrisk 2004-11-15 08:24:41 +00:00
parent b45280206e
commit fe71be4b36
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,9 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" Based on glibc infopages
.TH TGAMMA 3 2002-08-10 "GNU" "libc math functions"
.\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
.\" <kreutz@dbs.uni-hannover.de>
.TH TGAMMA 3 2004-11-15 "GNU" "libc math functions"
.SH NAME
tgamma, tgammaf, tgammal \- true gamma function
.SH SYNOPSIS
@ -28,7 +30,8 @@ and, more generally, for all \fIx\fP:
.sp
Gamma(x+1) = x * Gamma(x)
.sp
For \fIx\fP < 0.5 one can use
Furthermore, the following is valid for all values of \fIx\fP
outside the poles:
.sp
Gamma(x) * Gamma(1-x) = PI/sin(PI*x)
.PP