diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-01 08:15:41 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-01 08:15:41 +0000 |
commit | f262c00464982c01fd3a05eb4140f43c8936ebbc (patch) | |
tree | bc5d7521b42c368c4b7efe3f7c8b84dceb6b4608 /man3/tgamma.3 | |
parent | e506533603c6b0395ae4a92d9a896ebc41aa60e2 (diff) |
hyphen --> minus
Diffstat (limited to 'man3/tgamma.3')
-rw-r--r-- | man3/tgamma.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/tgamma.3 b/man3/tgamma.3 index d3fa93621..a7fe9eab1 100644 --- a/man3/tgamma.3 +++ b/man3/tgamma.3 @@ -33,7 +33,7 @@ and, more generally, for all \fIx\fP: Furthermore, the following is valid for all values of \fIx\fP outside the poles: .sp - Gamma(x) * Gamma(1\-x) = PI/sin(PI*x) + Gamma(x) * Gamma(1 \- x) = PI / sin(PI * x) .PP This function returns the value of the Gamma function for the argument \fIx\fP. |