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-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.k-dsl.de!news.motzarella.org!motzarella.org!nntp.motzarella.org!not-for-mail From: Paul Cole Gloster Newsgroups: comp.lang.ada Subject: Re: Where I find Bessel function for Ada ? Date: Wed, 26 Nov 2008 13:08:46 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nntp.motzarella.org U2FsdGVkX1+PToTEWj7JFXQngI3JKm+xGxyWxDCMHyPgLsrCRZZpEslHMnlnzeSBKiV/IEFHGdtSO09RI0zw8Xqp5XQT6Gs9kF5Iy8U2Cpmxu6F8xU95BGl0SphPzjuwzudB3rLp+N999GBjWaApzg== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Wed, 26 Nov 2008 13:08:51 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX18C3JPE4Ss6SQfKiCYegaYtr4AeZWqtMhoVdPUXOcLkrRXIw/5IRwcxwzS0t10zzGs= Cancel-Lock: sha1:BWtPCFfmeO8iSgsMm6V5moAMY/4= User-Agent: Thunderbird 2.0.0.12 (X11/20080310) Xref: g2news2.google.com comp.lang.ada:3780 Date: 2008-11-26T13:08:46+00:00 List-Id: Reinert submitted: |----------------------------------------------------------------| |"I want to use the modified Bessel function of order 0 in my Ada| |program. | | | |Where I find it ?" | |----------------------------------------------------------------| It may be best to write your own version so that you could justifiably have an accurate level of confidence of it. Gautier responded: !---------------------------------------------------------------! !"It is in the Numerical Recipes in Pascal, chapter 6.4, pp 191.! !All you need to pick the right Pascal source, like bessj0.pas ! !and put it through th P2Ada translator: http://p2ada.sf.net/ ! !The NR sources are freely available on the Internet." ! !---------------------------------------------------------------! I have not thoroughly assessed that particular part of "Numerical Recipes", but some parts of "Numerical Recipes" are untrustworthy. Early in 2009 on WWW.ACCU.org a review by myself which is almost ready for publication should be available.