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 belopolsky
Recipients belopolsky, ethan.furman, gvanrossum, mark.dickinson, vstinner
Date 2015-03-06.05:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425618150.89.0.164099774625.issue23595@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a quick implementation of math.isclose in C.  It may not cover all corner cases correctly, but that should be easy to fix.
History
Date User Action Args
2015-03-06 05:02:30belopolskysetrecipients: + belopolsky, gvanrossum, mark.dickinson, vstinner, ethan.furman
2015-03-06 05:02:30belopolskysetmessageid: <1425618150.89.0.164099774625.issue23595@psf.upfronthosting.co.za>
2015-03-06 05:02:30belopolskylinkissue23595 messages
2015-03-06 05:02:30belopolskycreate