diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-05 00:53:45 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-05 00:53:45 +0000 |
commit | 785261684e0e660dcdce48daf683cec541f4a8f2 (patch) | |
tree | 93a48bc9c7d2bf9725406c756a5535f298e583a0 /Python | |
parent | 63c945392917cd9c228a613d2e965500452bb92e (diff) | |
download | cpython-git-785261684e0e660dcdce48daf683cec541f4a8f2.tar.gz |
Return reasonable results for math.log(long) and math.log10(long) (we were
getting Infs, NaNs, or nonsense in 2.1 and before; in yesterday's CVS we
were getting OverflowError; but these functions always make good sense
for positive arguments, no matter how large).
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions