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

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