vkdoom_m/src/common/thirdparty/math
2024-10-10 07:28:29 -04:00
..
asin.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
atan.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
cmath.h - Backend update from Raze, mostly maintenance changes without new functionality. 2022-08-11 22:51:19 +02:00
const.c - started some reorganization of low level utility code by moving all third party dependencies to a separate place. 2020-04-11 14:00:12 +02:00
cosh.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
exp.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
fastsin.cpp convert more files to UTF-8. 2024-01-02 21:54:29 +01:00
isnan.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
log.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
log10.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
mconf.h - started some reorganization of low level utility code by moving all third party dependencies to a separate place. 2020-04-11 14:00:12 +02:00
mtherr.c - don't spam the console log if there's math errors - mostly affects Linux/MacOS because there is no distinction from console apps or GUI apps so they put all the data in the console which can cause lag 2024-10-10 07:28:29 -04:00
polevl.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
pow.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
powi.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
sin.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
sinh.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
sqrt.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
tan.c Backend update from Raze. 2023-10-07 18:42:24 +02:00
tanh.c Backend update from Raze. 2023-10-07 18:42:24 +02:00