OSDN Git Service

uClibc now has a math library. muahahahaha!
[uclinux-h8/uclibc-ng.git] / libm / README
1 The actual routines included in this math library are derived almost
2 exclusively from the Cephes Mathematical Library, which "is copyrighted by the
3 author [and] may be used freely but ... comes with no support or guarantee"
4
5 It has been ported to fit into uClibc and generally behave 
6 by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7   5 May, 2001
8
9 --------------------------------------------------
10
11    Some software in this archive may be from the book _Methods and
12 Programs for Mathematical Functions_ (Prentice-Hall, 1989) or
13 from the Cephes Mathematical Library, a commercial product. In
14 either event, it is copyrighted by the author.  What you see here
15 may be used freely but it comes with no support or guarantee.
16
17    The two known misprints in the book are repaired here in the
18 source listings for the gamma function and the incomplete beta
19 integral.
20
21
22    Stephen L. Moshier
23    moshier@world.std.com
24
25 --------------------------------------------------
26
27 19 November 1992
28
29 ZIP archive constructed and index compiled.
30
31 To reconstruct the original directory structure, use the -d switch:
32
33         C:\CEPHES>pkunzip -d cephes
34
35 This archive includes all the programs in the /netlib/cephes directory
36 on research.att.com as of 17 Nov 92.  The file "index" will tell you in
37 what directory and file each function can be found.  If there is
38 something else mentioned in cephes.doc that you need, you can check
39 research.att.com to see whether it has been added.  Failing that, you
40 can contact Stephen Moshier.
41
42                                       Jim Van Zandt <jrv@mbunix.mitre.org>