OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / tgamma.3
index 3fd6a8e..9cb719c 100644 (file)
@@ -47,15 +47,19 @@ The Gamma function is defined by
     Gamma(x) = integral from 0 to infinity of t^(x\-1) e^\-t dt
 .sp
 It is defined for every real number except for nonpositive integers.
-For nonnegative integral \fIm\fP one has
+For nonnegative integral
+.I m
+one has
 .sp
     Gamma(m+1) = m!
 .sp
-and, more generally, for all \fIx\fP:
+and, more generally, for all
+.IR x :
 .sp
     Gamma(x+1) = x * Gamma(x)
 .sp
-Furthermore, the following is valid for all values of \fIx\fP
+Furthermore, the following is valid for all values of
+.I x
 outside the poles:
 .sp
     Gamma(x) * Gamma(1 \- x) = PI / sin(PI * x)