commit | df77e3d4a07223ebfe049e66d4d8a8c0b4315e04 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Mon May 09 14:02:45 2011 +0100 |
committer | Mark Dickinson <mdickinson@enthought.com> | Mon May 09 14:02:45 2011 +0100 |
tree | b3f4c6aef2318442fde6ba0836bf78ec5c28e603 | |
parent | 86e104a6ab8d81916a13b01ec892dd006a033359 [diff] |
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n.