This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrea.bergamini
Recipients andrea.bergamini
Date 2012-07-24.10:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343127470.28.0.0904481675827.issue15438@psf.upfronthosting.co.za>
In-reply-to
Content
math.pow(43, 10) gives the wrong result: 21611482313284248.0
Instead, the build-in function 43**10 and pow(43, 10) give the correct result: 21611482313284249L.
This bug has been seen on ActivePython 2.5.1.1. Sorry no tests on recent versions.
History
Date User Action Args
2012-07-24 10:57:50andrea.bergaminisetrecipients: + andrea.bergamini
2012-07-24 10:57:50andrea.bergaminisetmessageid: <1343127470.28.0.0904481675827.issue15438@psf.upfronthosting.co.za>
2012-07-24 10:57:49andrea.bergaminilinkissue15438 messages
2012-07-24 10:57:49andrea.bergaminicreate