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

STINNER Victor report at bugs.python.org
Thu May 5 15:45:12 CEST 2011


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

Updated patch to use the system log2() if it is available. The test pass with the system log2() on Linux (Debian Sid, eglibc 2.11.2).

----------
Added file: http://bugs.python.org/file21897/issue11888-2.patch

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


More information about the Python-bugs-list mailing list