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 klankschap
Recipients klankschap
Date 2018-09-12.14:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536762450.41.0.956365154283.issue34645@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-09-12 14:27:30klankschapsetrecipients: + klankschap
2018-09-12 14:27:30klankschapsetmessageid: <1536762450.41.0.956365154283.issue34645@psf.upfronthosting.co.za>
2018-09-12 14:27:30klankschaplinkissue34645 messages
2018-09-12 14:27:30klankschapcreate