qzdoom/src/math
Christoph Oelckers 938ab4ca70 - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it.
- fixed: FxBinary::ResolveLR' check for numeric operations was incomplete. Like far too many other places it just assumed that everything with ValueType->GetRegType() == REGT_INT is a numeric type, but for names this is not the case.
2016-10-17 15:17:48 +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 - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +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
pow.c - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +02:00
powi.c - implemented '**' (power) operator. To ensure reliability, acustom 'pow' function will be used to calculate it. 2016-10-17 15:17:48 +02: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