OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / lgamma.3
index 6b31353..15b64b7 100644 (file)
@@ -8,7 +8,7 @@
 .\"
 .\" based on glibc infopages
 .\"
-.TH LGAMMA 3 2010-09-11 "" "Linux Programmer's Manual"
+.TH LGAMMA 3 2014-01-18 "" "Linux Programmer's Manual"
 .SH NAME
 lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r, signgam \-
 log gamma function
@@ -87,9 +87,11 @@ when it is negative.
 Since using a constant location
 .I signgam
 is not thread-safe, the functions
-.BR lgamma_r ()
-etc. have
-been introduced; they return the sign via the argument
+.BR lgamma_r (),
+.BR lgammaf_r (),
+and
+.BR lgammal_r ()
+have been introduced; they return the sign via the argument
 .IR signp .
 .SH RETURN VALUE
 On success, these functions return the natural logarithm of Gamma(x).
@@ -174,3 +176,12 @@ instead of the POSIX-mandated
 Since version 2.10, glibc does the right thing.
 .SH SEE ALSO
 .BR tgamma (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.