Issue #3366: Add gamma function to math module.

(lgamma, erf and erfc to follow).
This commit is contained in:
Mark Dickinson 2009-09-28 18:54:55 +00:00
parent ddfb6cdc2b
commit b93fff0a57
5 changed files with 572 additions and 36 deletions

View file

@ -308,6 +308,16 @@ Hyperbolic functions
Return the hyperbolic tangent of *x*.
Special functions
-----------------
.. function:: gamma(x)
Return the Gamma function at *x*.
.. versionadded:: 2.7
Constants
---------