qzdoom/src/math
Christoph Oelckers 9412ce45d6 - floatified portals.cpp and most of p_maputl.cpp. 2016-03-31 16:52:25 +02:00
..
asin.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
atan.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
cmath.h - floatified portals.cpp and most of p_maputl.cpp. 2016-03-31 16:52:25 +02:00
const.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
cosh.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
exp.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
fastsin.cpp - floatification of p_3dfloors, p_3dmidtex and p_acs.cpp plus some leftovers. 2016-03-26 12:36:15 +01:00
isnan.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
log.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
log10.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
mconf.h - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
mtherr.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
polevl.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
readme.txt - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
sin.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
sinh.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
sqrt.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
tan.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00
tanh.c - added custom math routines for reliability. 2016-03-11 15:45:47 +01:00

readme.txt

   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