[issue3366] Add gamma and error functions to math module

Raymond Hettinger report at bugs.python.org
Fri Jul 25 20:37:28 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Can you also implement blending of approximations:  (1-t)*f1(x) + t*f2
(x)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3366>
_______________________________________


More information about the Python-bugs-list mailing list