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/Misc/NEWS b/Misc/NEWS index 38640a7..2ccef10 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1654,7 +1654,7 @@ - Issue #7078: Set struct.__doc__ from _struct.__doc__. -- Issue #3366: Add gamma function to math module. +- Issue #3366: Add gamma, lgamma functions to math module. - Issue #6823: Allow time.strftime() to accept a tuple with a isdst field outside of the range of [-1, 1] by normalizing the value to within that