[issue3724] math.log(x, 10) gives different result than math.log10(x)

Raymond Hettinger report at bugs.python.org
Thu Oct 9 18:13:03 CEST 2008


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

+1 on a log2 function, especially one that has been generalized to work
with long integers.  It would help with the "numbits" problem that
comes-up all the time.

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


More information about the Python-bugs-list mailing list