]> granicus.if.org Git - python/commit
Issue #3366: Add gamma function to math module.
authorMark Dickinson <dickinsm@gmail.com>
Mon, 28 Sep 2009 18:54:55 +0000 (18:54 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 28 Sep 2009 18:54:55 +0000 (18:54 +0000)
commitb93fff0a57cf9a39c47d29ec8011bd2b14b506ac
treede4331521b0e3e27da796c040ff59fb6821955f3
parentddfb6cdc2b1cc30bc3d530c5c1d8926d016081ef
Issue #3366:  Add gamma function to math module.
(lgamma, erf and erfc to follow).
Doc/library/math.rst
Lib/test/math_testcases.txt [new file with mode: 0644]
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c