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:4e89:: with SMTP id r131mr6461738ita.4.1554136138844; Mon, 01 Apr 2019 09:28:58 -0700 (PDT) X-Received: by 2002:a9d:51d2:: with SMTP id d18mr17782844oth.61.1554136138632; Mon, 01 Apr 2019 09:28:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!78no15671itl.0!news-out.google.com!r82ni30ita.0!nntp.google.com!136no15669itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Apr 2019 09:28:58 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Erfc() function in ADA From: leov@gammawizard.com Injection-Date: Mon, 01 Apr 2019 16:28:58 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56028 Date: 2019-04-01T09:28:58-07:00 List-Id: Greetings, I have been looking into reimplementing a collection of numerica= l heavy code from R/C++ into ADA and so far things seem doable. My only que= stion is about the support for the error function and in particular the com= plementary error function erfc(). I assume this is library dependent so I w= ould appreciate any information if erfc() is part of the ADA standard libra= ry or perhaps provided by GNAT in some form? -Leo