[issue3366] Add gamma function, error functions and other C99 math.h functions to math module

Daniel Stutzbach report at bugs.python.org
Sat Jan 2 15:48:16 CET 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

Any time I've ever needed log2(x), log(x)/log(2) was sufficient.

In Python, exp2(x) can be spelled 2.0**x.  What would exp2(x) gain us?

----------

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


More information about the Python-bugs-list mailing list