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