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, mark.dickinson
Date 2010-06-13.09:47:42
SpamBayes Score 1.0010947e-07
Marked as misclassified No
Message-id <AANLkTinGdJFw7s3FFXKBaDYiriuZbNn860bxI7pNjGjh@mail.gmail.com>
In-reply-to <1276420472.97.0.788193970614.issue8986@psf.upfronthosting.co.za>
Content
On Sun, Jun 13, 2010 at 5:14 AM, Mark Dickinson <report@bugs.python.org> wrote:
>
> Mark Dickinson <dickinsm@gmail.com> added the comment:
>
> Thanks for the report.  What platform are you on?  I'm not seeing this behaviour on OS X:

I'm on Ubuntu 10.04 64-bit.

Geremy Condra

> Python 3.2a0 (py3k:81935M, Jun 12 2010, 10:01:38)
> [GCC 4.2.1 (Apple Inc. build 5659)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> from math import erfc
>>>> erfc(-28.0)
> 2.0
>
> It should be easy to fix, since erfc is already 2.0 (to within machine accuracy) in that argument range, but I'd like to understand where the problem is coming from first.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue8986>
> _______________________________________
>
History
Date User Action Args
2010-06-13 09:47:44debatem1setrecipients: + debatem1, mark.dickinson
2010-06-13 09:47:42debatem1linkissue8986 messages
2010-06-13 09:47:42debatem1create