Path: utzoo!utgpu!attcan!uunet!husc6!bloom-beacon!mit-eddie!ll-xn!ames!elroy!forsight!ragnarok!roston
From: roston@ragnarok.Jpl.Nasa.Gov (Gerry Roston)
Newsgroups: comp.unix.wizards
Subject: Re: gamma and Bessel functions
Message-ID: <77@forsight.Jpl.Nasa.Gov>
Date: 18 Aug 88 17:22:39 GMT
References: <4231@lynx.UUCP>
Sender: news@robotics.Jpl.Nasa.Gov
Reply-To: roston@robotics.jpl.nasa.gov (Gerry Roston)
Distribution: na
Organization: Jet Propulsion Laboratory, Pasadena, CA
Lines: 21

In article <4231@lynx.UUCP> m5@lynx.UUCP (Mike McNally) writes:
>I'm implementing a UNIX-compat. math library.  Anybody know of a good
>place to find a numerical algorithm-type description of the gamma
>function and the Bessel functions in the UNIX library?  
>
>Just so's I'll know, if anyone has written code to use these things,
>I'd like to hear why, and also how you felt on that day (like, were
>you being treated for some psychological disorder).
>

The place to find this kind of stuff is _Numerical_Recipes_in_C_,
The Art of Scientific Computing, by William Press, Brian Flannery,
Saul Teukolsky, & William Vetterling, Cambridge University Press, 1988.
ISBN 0-521-35465-X, about $50.

This is a GREAT book that is even fun to read.  In my group of about
15 folks, we have approx 10 copies!  You can even order IBM PC
diskettes with the software and examples. (It compiles under UNIX
with almost no changes).

standard disclaimer apply.