[comp.unix.wizards] gamma and Bessel functions

m5@lynx.UUCP (Mike McNally) (08/17/88)

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?  The CRC of
course has a wonderful (and to me at this point quite unintelligible)
description, but I strongly suspect that there's a good way and lots of
really bad ways to compute them.

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).

-- 
Mike McNally of Lynx Real-Time Systems

uucp: lynx!m5 (maybe pyramid!voder!lynx!m5 if lynx is unknown)

roston@ragnarok.Jpl.Nasa.Gov (Gerry Roston) (08/19/88)

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.