qzdoom-gpl/src/math
Christoph Oelckers 51b05d331d - replaced AActor::vel and player_t::Vel with a floating point version.
- Converted P_MovePlayer and all associated variables to floating point because this wasn't working well with a mixture between float and fixed.

Like the angle commit this has just been patched up to compile, the bulk of work is yet to be done.
2016-03-20 00:54:18 +01: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 - added custom math routines for reliability. 2016-03-11 15:45:47 +01: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 - replaced AActor::vel and player_t::Vel with a floating point version. 2016-03-20 00:54:18 +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

   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