summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/math.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 566603d..270c25f 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -278,6 +278,16 @@ Hyperbolic functions
Return the hyperbolic tangent of *x*.
+Special functions
+-----------------
+
+.. function:: gamma(x)
+
+ Return the Gamma function at *x*.
+
+ .. versionadded:: 2.7
+
+
Constants
---------