[New-bugs-announce] [issue15438] Incredible issue in math.pow

andrea bergamini report at bugs.python.org
Tue Jul 24 12:57:50 CEST 2012


New submission from andrea bergamini <andrea.bergamini.it at gmail.com>:

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.

----------
components: Library (Lib)
messages: 166275
nosy: andrea.bergamini
priority: normal
severity: normal
status: open
title: Incredible issue in math.pow
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15438>
_______________________________________


More information about the New-bugs-announce mailing list