]> granicus.if.org Git - python/commit
Issue #3366: Add lgamma function to math module.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 11 Dec 2009 17:29:33 +0000 (17:29 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 11 Dec 2009 17:29:33 +0000 (17:29 +0000)
commit9be87bc992465abaa572f86fcf4e375192617a6f
tree4c52c0b4183c751e41cfec1a4609fd44cb8c8db9
parent5cc4e2a04035ff823930aa39d88fb6678654637e
Issue #3366:  Add lgamma function to math module.
Doc/library/math.rst
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c