]> granicus.if.org Git - python/commit
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
authorMark Dickinson <dickinsm@gmail.com>
Sun, 13 Oct 2013 09:55:15 +0000 (10:55 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 13 Oct 2013 09:55:15 +0000 (10:55 +0100)
commit36f6e2c9e0cfd1bab83d6ae1d192d4951ccc0160
tree3acc2a620f4d478d4d2af2572f454aa6ebd9be49
parent65e30a2db5772c223bb9a09e756dee743d05cc04
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c