geniusgogo 121bb5fcdf add JavaScript Interpreter 11 年之前
..
README 121bb5fcdf add JavaScript Interpreter 11 年之前
acosh.c 121bb5fcdf add JavaScript Interpreter 11 年之前
asin.c 121bb5fcdf add JavaScript Interpreter 11 年之前
asinh.c 121bb5fcdf add JavaScript Interpreter 11 年之前
atan.c 121bb5fcdf add JavaScript Interpreter 11 年之前
atanh.c 121bb5fcdf add JavaScript Interpreter 11 年之前
cbrt.c 121bb5fcdf add JavaScript Interpreter 11 年之前
chbevl.c 121bb5fcdf add JavaScript Interpreter 11 年之前
clog.c 121bb5fcdf add JavaScript Interpreter 11 年之前
cmplx.c 121bb5fcdf add JavaScript Interpreter 11 年之前
const.c 121bb5fcdf add JavaScript Interpreter 11 年之前
cosh.c 121bb5fcdf add JavaScript Interpreter 11 年之前
descrip.mms 121bb5fcdf add JavaScript Interpreter 11 年之前
drand.c 121bb5fcdf add JavaScript Interpreter 11 年之前
dtestvec.c 121bb5fcdf add JavaScript Interpreter 11 年之前
exp.c 121bb5fcdf add JavaScript Interpreter 11 年之前
exp10.c 121bb5fcdf add JavaScript Interpreter 11 年之前
exp2.c 121bb5fcdf add JavaScript Interpreter 11 年之前
fabs.c 121bb5fcdf add JavaScript Interpreter 11 年之前
floor.c 121bb5fcdf add JavaScript Interpreter 11 年之前
ftilib.mak 121bb5fcdf add JavaScript Interpreter 11 年之前
ftilib.rsp 121bb5fcdf add JavaScript Interpreter 11 年之前
isnan.c 121bb5fcdf add JavaScript Interpreter 11 年之前
log.c 121bb5fcdf add JavaScript Interpreter 11 年之前
log10.c 121bb5fcdf add JavaScript Interpreter 11 年之前
log2.c 121bb5fcdf add JavaScript Interpreter 11 年之前
mconf.h 121bb5fcdf add JavaScript Interpreter 11 年之前
mod2pi.c 121bb5fcdf add JavaScript Interpreter 11 年之前
mtherr.c 121bb5fcdf add JavaScript Interpreter 11 年之前
mtst.c 121bb5fcdf add JavaScript Interpreter 11 年之前
mtst.opt 121bb5fcdf add JavaScript Interpreter 11 年之前
polevl.asm 121bb5fcdf add JavaScript Interpreter 11 年之前
polevl.c 121bb5fcdf add JavaScript Interpreter 11 年之前
pow.c 121bb5fcdf add JavaScript Interpreter 11 年之前
powi.c 121bb5fcdf add JavaScript Interpreter 11 年之前
protos.h 121bb5fcdf add JavaScript Interpreter 11 年之前
round.c 121bb5fcdf add JavaScript Interpreter 11 年之前
setprbor.asm 121bb5fcdf add JavaScript Interpreter 11 年之前
setprec.387 121bb5fcdf add JavaScript Interpreter 11 年之前
setprec.688 121bb5fcdf add JavaScript Interpreter 11 年之前
setprec.87 121bb5fcdf add JavaScript Interpreter 11 年之前
setprec.c 121bb5fcdf add JavaScript Interpreter 11 年之前
setprelf.387 121bb5fcdf add JavaScript Interpreter 11 年之前
sin.c 121bb5fcdf add JavaScript Interpreter 11 年之前
sincos.c 121bb5fcdf add JavaScript Interpreter 11 年之前
sindg.c 121bb5fcdf add JavaScript Interpreter 11 年之前
sinh.c 121bb5fcdf add JavaScript Interpreter 11 年之前
sqrt.c 121bb5fcdf add JavaScript Interpreter 11 年之前
tan.c 121bb5fcdf add JavaScript Interpreter 11 年之前
tandg.c 121bb5fcdf add JavaScript Interpreter 11 年之前
tanh.c 121bb5fcdf add JavaScript Interpreter 11 年之前
unity.c 121bb5fcdf add JavaScript Interpreter 11 年之前
unix.mak 121bb5fcdf add JavaScript Interpreter 11 年之前

README


This suite of C language elementary functions offers support for
not-a-number (NaN) and infinity rules, subnormal numbers, and minus
zero as described by IEEE standard 754 and the Numerical C Extensions
Group (NCEG). For a variety of reasons, many computers cannot take
advantage of these features. You can disable any or all of them by
removing the corresponding preprocessor macros. Check the files
mconf.h and const.c carefully to be sure they are appropriate for your
system.



------------------------------------------

http://www.netlib.org/cephes/readme

Some software in this archive may be from the book _Methods and
Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
International, 1989) or from the Cephes Mathematical Library, a
commercial product. In either event, it is copyrighted by the author.
What you see here may be used freely but it comes with no support or
guarantee.

The two known misprints in the book are repaired here in the
source listings for the gamma function and the incomplete beta
integral.


Stephen L. Moshier
moshier@na-net.ornl.gov