| 123456789101112131415161718192021222324252627282930313233343536373839404142 | The actual routines included in this math library are derived almostexclusively from the Cephes Mathematical Library, which "is copyrighted by theauthor [and] may be used freely but ... comes with no support or guarantee"It has been ported to fit into uClibc and generally behave by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>  5 May, 2001--------------------------------------------------   Some software in this archive may be from the book _Methods andPrograms for Mathematical Functions_ (Prentice-Hall, 1989) orfrom the Cephes Mathematical Library, a commercial product. Ineither event, it is copyrighted by the author.  What you see heremay be used freely but it comes with no support or guarantee.   The two known misprints in the book are repaired here in thesource listings for the gamma function and the incomplete betaintegral.   Stephen L. Moshier   moshier@world.std.com--------------------------------------------------19 November 1992ZIP archive constructed and index compiled.To reconstruct the original directory structure, use the -d switch:	C:\CEPHES>pkunzip -d cephesThis archive includes all the programs in the /netlib/cephes directoryon research.att.com as of 17 Nov 92.  The file "index" will tell you inwhat directory and file each function can be found.  If there issomething else mentioned in cephes.doc that you need, you can checkresearch.att.com to see whether it has been added.  Failing that, youcan contact Stephen Moshier.                                      Jim Van Zandt <jrv@mbunix.mitre.org>
 |