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 debatem1
Recipients debatem1
Date 2010-06-12.23:50:56
SpamBayes Score 0.02345232
Marked as misclassified No
Message-id <1276386660.2.0.0883413482543.issue8986@psf.upfronthosting.co.za>
In-reply-to
Content
In Python3.2, calling math.erfc with a value in [-27.2, -30) raises
an OverflowError: math range error. This is inconsistent with the
erfc function from scipy (scipy.special.erfc) as well as with the C99
function by the same name, both of which return 2. I suspect that
this is the result of the cutoff for the use of the continuing fraction
approximation of erfc beginning when abs(x) > 30, but I'm not sure.
History
Date User Action Args
2010-06-12 23:51:00debatem1setrecipients: + debatem1
2010-06-12 23:51:00debatem1setmessageid: <1276386660.2.0.0883413482543.issue8986@psf.upfronthosting.co.za>
2010-06-12 23:50:56debatem1linkissue8986 messages
2010-06-12 23:50:56debatem1create