[issue2487] ldexp(x,n) misbehaves when abs(n) is large

Christian Heimes report at bugs.python.org
Wed Mar 26 00:38:08 CET 2008


Christian Heimes <lists at cheimes.de> added the comment:

ldexp(1.234, maxint) works as expected in our trunk-math branch.
ldexp(1.234, -maxint-2) fails with the same error message.

----------
assignee:  -> marketdickinson
nosy: +marketdickinson, tiran
priority:  -> normal
versions: +Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2487>
__________________________________


More information about the Python-bugs-list mailing list