[issue11888] Add C99's log2() function to the math library

STINNER Victor report at bugs.python.org
Sat May 7 11:38:40 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

(Oh, I hit the wrong keyboard shortcut and sent my email too fast)

You can commit issue11888.patch	first if you would like to test it.

In this case, here is a patch to use system log2(), patch to apply *after* issue11888.patch. It only uses log2() if x > 0.0.

----------
Added file: http://bugs.python.org/file21918/issue11888-part2.patch

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


More information about the Python-bugs-list mailing list