[issue11012] Add log1p(), exp1m(), gamma(), and lgamma() to cmath

2013-07-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: Closed due to lack of interest. -- resolution: -> postponed status: open -> closed ___ Python tracker ___ __

[issue11012] Add log1p(), exp1m(), gamma(), and lgamma() to cmath

2013-07-08 Thread Christian Heimes
Changes by Christian Heimes : -- priority: normal -> low versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

[issue11012] Add log1p(), exp1m(), gamma(), and lgamma() to cmath

2012-04-29 Thread Mark Dickinson
Mark Dickinson added the comment: Unassigning. I'm not planning to work on this in the forseeable future, though I'd be happy to review patches. -- assignee: mark.dickinson -> ___ Python tracker ___

[issue11012] Add log1p(), exp1m(), gamma(), and lgamma() to cmath

2011-12-21 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11012] Add log1p(), exp1m(), gamma(), and lgamma() to cmath

2011-01-25 Thread Raymond Hettinger
New submission from Raymond Hettinger : Where it makes sense, cmath needs to stay in-sync with the math module as much as possible: >>> set(dir(math)) - set(dir(cmath)) {'pow', 'fsum', 'ldexp', 'hypot', 'fabs', 'floor', 'lgamma', 'frexp', 'degrees', 'modf', 'factorial', 'copysign', 'ceil