commit | 9be87bc992465abaa572f86fcf4e375192617a6f | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Dec 11 17:29:33 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Dec 11 17:29:33 2009 +0000 |
tree | 4c52c0b4183c751e41cfec1a4609fd44cb8c8db9 | |
parent | 5cc4e2a04035ff823930aa39d88fb6678654637e [diff] [blame] |
Issue #3366: Add lgamma function to math module.
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index d297c78..93f24e3 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst
@@ -318,6 +318,14 @@ .. versionadded:: 2.7 +.. function:: lgamma(x) + + Return the natural logarithm of the absolute value of the Gamma + function at *x*. + + .. versionadded:: 2.7 + + Constants ---------