mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-12-12 05:02:11 +00:00
51b05d331d
- 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. |
||
---|---|---|
.. | ||
asin.c | ||
atan.c | ||
cmath.h | ||
const.c | ||
cosh.c | ||
exp.c | ||
fastsin.cpp | ||
isnan.c | ||
log.c | ||
log10.c | ||
mconf.h | ||
mtherr.c | ||
polevl.c | ||
readme.txt | ||
sin.c | ||
sinh.c | ||
sqrt.c | ||
tan.c | ||
tanh.c |
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