mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #3366: Add gamma function to math module.
(lgamma, erf and erfc to follow).
This commit is contained in:
parent
ddfb6cdc2b
commit
b93fff0a57
5 changed files with 572 additions and 36 deletions
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue