From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:5ed3:: with SMTP id h202mr6688095itb.17.1554138314550; Mon, 01 Apr 2019 10:05:14 -0700 (PDT) X-Received: by 2002:a05:6830:8:: with SMTP id c8mr36274830otp.209.1554138314297; Mon, 01 Apr 2019 10:05:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!136no19013itk.0!news-out.google.com!r82ni30ita.0!nntp.google.com!136no19010itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Apr 2019 10:05:14 -0700 (PDT) In-Reply-To: <813250da-9630-4276-af90-12db1898aea6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.124.247.54; posting-account=eVYiYAoAAACkiV_qyXRdYTr1YYz1hNDO NNTP-Posting-Host: 73.124.247.54 References: <813250da-9630-4276-af90-12db1898aea6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9d23d749-326e-4c74-975e-11be58f83c3a@googlegroups.com> Subject: Re: Erfc() function in ADA From: leov@gammawizard.com Injection-Date: Mon, 01 Apr 2019 17:05:14 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56032 Date: 2019-04-01T10:05:14-07:00 List-Id: On Monday, April 1, 2019 at 1:01:09 PM UTC-4, gautier...@hotmail.com wrote: > You can get easily the error function from the Phi function which is available in the following library: http://mathpaqs.sourceforge.net/ > HTH Thank you! I was actually looking for phi which is not available in the C++ standard library so we use erfc() to compute it. So this is a perfect match. -Leo