1
0
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