From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32169 invoked by alias); 14 Dec 2012 07:56:29 -0000 Received: (qmail 32161 invoked by uid 22791); 14 Dec 2012 07:56:28 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f47.google.com (HELO mail-bk0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Dec 2012 07:56:22 +0000 Received: by mail-bk0-f47.google.com with SMTP id j4so1436059bkw.20 for ; Thu, 13 Dec 2012 23:56:21 -0800 (PST) Received: by 10.204.148.12 with SMTP id n12mr2260938bkv.138.1355471778681; Thu, 13 Dec 2012 23:56:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.37.11 with HTTP; Thu, 13 Dec 2012 23:55:58 -0800 (PST) In-Reply-To: References: From: =?ISO-8859-1?Q?Nico_Schl=F6mer?= Date: Fri, 14 Dec 2012 07:56:00 -0000 Message-ID: Subject: Re: std::erf not in cmath? To: Jonathan Wakely Cc: gcc-help Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00045.txt.bz2 Thanks; bug filed at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D55682. On Fri, Dec 14, 2012 at 2:02 AM, Jonathan Wakely wr= ote: > On 13 December 2012 17:04, Nico Schl=F6mer wrote: >> Hi, >> >> according to https://en.wikipedia.org/wiki/Error_function, the erf() >> function is part of the C++11 standard. It's already implemented in >> math.h and accessible after >> >> #include >> >> but for some reason, erf() and erfc() are not contained in cmath. Is thi= s a bug? > > Yes.