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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:620a:2290:: with SMTP id o16mr23123754qkh.205.1591062692903; Mon, 01 Jun 2020 18:51:32 -0700 (PDT) X-Received: by 2002:a9d:7852:: with SMTP id c18mr6162948otm.82.1591062692678; Mon, 01 Jun 2020 18:51:32 -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.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Jun 2020 18:51:32 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=184.98.67.36; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 184.98.67.36 References: <45af26dc-c35f-4a01-8115-7b30021cc064@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7ef304ff-ba1e-4da3-b7d4-70cd4fa71b68@googlegroups.com> Subject: Re: Any good package for mathematical function in Ada? From: Jerry Injection-Date: Tue, 02 Jun 2020 01:51:32 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58926 Date: 2020-06-01T18:51:32-07:00 List-Id: On Monday, June 1, 2020 at 3:43:04 AM UTC-7, Dmitry A. Kazakov wrote: > On 01/06/2020 01:25, Jerry wrote: > > I really wish Ada had a good binding to at least one of these libraries. > > Yes, but it is a lot of work and maintenance. And with mathematical > functions good binding should take advantage of Ada subtypes, e.g. when > the documentation says X > 0 and then uses double! > > Dmitry A. Kazakov If the original library is broad and assuming new mathematical functions aren't invented too often, I think maintenance might not be too bad. Jerry