[New-bugs-announce] [issue34645] math and numpy yield different results (nan)

Floris van Manen report at bugs.python.org
Wed Sep 12 10:27:30 EDT 2018


New submission from Floris van Manen <vm at klankschap.nl>:

when using numpy defined values i get nan results.
when using math defined values, no nan errors occur.

check2 bb [5.0, 2.285379077161093, nan, nan, 2.285379077161092]

check2 cc [5.0, 2.285379077161093, 4.341186402706317, 4.341186402706317, 2.285379077161092]

how to get identical results?

----------
files: nan-test.py
messages: 325139
nosy: klankschap
priority: normal
severity: normal
status: open
title: math and numpy yield different results  (nan)
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file47799/nan-test.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34645>
_______________________________________


More information about the New-bugs-announce mailing list