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

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