Merged revisions 76755 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76755 | mark.dickinson | 2009-12-11 17:29:33 +0000 (Fri, 11 Dec 2009) | 2 lines
Issue #3366: Add lgamma function to math module.
........
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index fdd3a1f..e903c5f 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -288,6 +288,14 @@
.. versionadded:: 3.2
+.. function:: lgamma(x)
+
+ Return the natural logarithm of the absolute value of the Gamma
+ function at *x*.
+
+ .. versionadded:: 2.7
+
+
Constants
---------