commit | c60371748b400b8b891fb2e5d2fe25b007c85994 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed Sep 29 19:06:36 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed Sep 29 19:06:36 2010 +0000 |
tree | c35b85a1e9f1cfd904e0c655e739e116c530f866 | |
parent | 0c0714f954bd78fdeae30ae284abc381bd850393 [diff] |
Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10.