]> granicus.if.org Git - python/commit
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the...
authorMark Dickinson <mdickinson@enthought.com>
Mon, 9 May 2011 13:02:45 +0000 (14:02 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Mon, 9 May 2011 13:02:45 +0000 (14:02 +0100)
commitdf77e3d4a07223ebfe049e66d4d8a8c0b4315e04
treeb3f4c6aef2318442fde6ba0836bf78ec5c28e603
parent86e104a6ab8d81916a13b01ec892dd006a033359
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n.
Lib/test/test_math.py