[New-bugs-announce] [issue27230] Calculation involving mpmath gives wrong result with Python 3.6 and correct result with 2.7

Andrew Lyasoff report at bugs.python.org
Sun Jun 5 12:32:03 EDT 2016


New submission from Andrew Lyasoff:

A particular numerical expression involving mpmath produces the wrong result when evaluated with Python 3.5 and produces the correct result when evaluated with Python 2.7. The expression involves the commonly used erf (error) function.

----------
components: IO
files: special_f_test.ipynb
messages: 267426
nosy: alyasoff
priority: normal
severity: normal
status: open
title: Calculation involving mpmath gives wrong result with Python 3.6 and correct result with 2.7
versions: Python 3.5
Added file: http://bugs.python.org/file43237/special_f_test.ipynb

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


More information about the New-bugs-announce mailing list