New submission from andrea bergamini <andrea.bergamini...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue15438> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com