1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-18 13:54:46 +00:00

Math Files (#76)

* math3d wip

* math3d wip

* wip

* wip

* wip

* wip

* final update before pr

* run format.sh

* fix merge conflicts

* tharo suggestions update

* fig formatting suggestion

* math3d pr updates

* use sFactorialTbl in sys_math
This commit is contained in:
krimtonz 2020-04-18 22:28:24 -05:00 committed by GitHub
parent eefbe9afe1
commit ee48867446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 6763 additions and 10904 deletions

View file

@ -4,6 +4,8 @@
#define M_PI 3.14159265358979323846f
#define M_SQRT2 1.41421356237309504880f
#define FLT_MAX 340282346638528859811704183484516925440.0f
#define SHT_MAX 32767.0f
#define SHT_MINV (1.0f / SHT_MAX)
float sinf(float);
double sin(double);