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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6d7a86bff9319841 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!w1g2000prk.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: Where I find Bessel function for Ada ? Date: Fri, 19 Dec 2008 15:30:26 -0800 (PST) Organization: http://groups.google.com Message-ID: <186748a0-3f94-45c6-9777-bd621d46ca66@w1g2000prk.googlegroups.com> References: <2008120222180516807-rblove@airmailnet> NNTP-Posting-Host: 75.171.45.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1229729426 31158 127.0.0.1 (19 Dec 2008 23:30:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 19 Dec 2008 23:30:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w1g2000prk.googlegroups.com; posting-host=75.171.45.240; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/525.18 (KHTML, like Gecko, Safari/525.20) OmniWeb/v622.3.0.105198,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4023 Date: 2008-12-19T15:30:26-08:00 List-Id: > |Is it not possible to link to some C library which has the implementatio= n of | > |this function? I am sure there is some C code out there which does this.= =A0 =A0 | > |Write a binding to it?" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| Earlier in this thread I mentioned the GNU Scientific Library. Look at my posting for November 26, 2008. It would be great to have a concerted effort to port write Ada bindings to that library. Check out the links in my original post for efforts in that direction. Jerry