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 Cyborg16
Recipients Cyborg16, mark.dickinson, tim.peters
Date 2009-08-10.16:03:23
SpamBayes Score 1.1833642e-08
Marked as misclassified No
Message-id <1249920204.25.0.235471416132.issue6675@psf.upfronthosting.co.za>
In-reply-to
Content
Oh; OK, thanks for the response.

Sorry, I've used +/- inf and NaN values in other languages and was under the
impression inf != inf under IEEE 754. I think this requires explicitly testing for
infinity then.

For anyone interested, I've written a test which seems to work well. Sub-normals I
don't think are an issue since it doesn't deal with the binary representation (it was
never intended to be computationally efficient). It's at:
http://code.google.com/p/openmalaria/source/browse/trunk/test/compareOutputsFl
History
Date User Action Args
2009-08-10 16:03:24Cyborg16setrecipients: + Cyborg16, tim.peters, mark.dickinson
2009-08-10 16:03:24Cyborg16setmessageid: <1249920204.25.0.235471416132.issue6675@psf.upfronthosting.co.za>
2009-08-10 16:03:23Cyborg16linkissue6675 messages
2009-08-10 16:03:23Cyborg16create