mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
938ab4ca70
- 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. |
||
---|---|---|
.. | ||
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 | ||
pow.c | ||
powi.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