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

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