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: g2news1.google.com!postnews.google.com!u18g2000pro.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: Where I find Bessel function for Ada ? Date: Wed, 26 Nov 2008 19:07:08 -0800 (PST) Organization: http://groups.google.com Message-ID: <308a85a5-03b6-4cae-87ce-68b9e765bc4b@u18g2000pro.googlegroups.com> References: NNTP-Posting-Host: 75.171.118.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1227755228 14828 127.0.0.1 (27 Nov 2008 03:07:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 27 Nov 2008 03:07:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u18g2000pro.googlegroups.com; posting-host=75.171.118.178; 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: g2news1.google.com comp.lang.ada:2819 Date: 2008-11-26T19:07:08-08:00 List-Id: On Nov 26, 1:40=A0am, reinkor wrote: > Dear All, > > I want to use the modified Bessel function of order 0 in my Ada > program. > > Where I find it ? > > reinert There was a discussion on this on this list about two years ago about Ada bindings to the GNU Scientific Library, GSL. Maybe someone can update us. There was one person who had made a tentative effort and upon Googling just now I found that someone has tried a SWIG binding. Search comp.lang.ada yourself: http://groups.google.com/group/comp.lang.ada/search?hl=3Den&group=3Dcomp.la= ng.ada&q=3DGNU+Scientific+Library&qt_g=3DSearch+this+group Here is the GSL manual page for a modified Bessel function: http://www.network-theory.co.uk/docs/gslref/RegularModifiedCylindricalBesse= lFunctions.html Jerry