]> granicus.if.org Git - python/commit
Issue #11888: Add log2 function to math module. Patch written by Mark
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 8 May 2011 23:01:09 +0000 (01:01 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 8 May 2011 23:01:09 +0000 (01:01 +0200)
commitfa0e3d52d60e515beb7ae55690888d139aae205e
tree0b28b5bcdd2953aa2ebe0a1fe114c2a15f229b1c
parent3de49192aa1a76e211a231f662f1926f439cae04
Issue #11888: Add log2 function to math module. Patch written by Mark
Dickinson.
Doc/library/math.rst
Doc/whatsnew/3.3.rst
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c