Files
af/include/mathf.h
T
emilybrooks be09c72d0c TwoHeadArena, THA_GA, sys_matrix OK (#18)
* matched TwoHeadArena and THA_GA

* header files

* started sys_matrix.c

* more functions matched

* sys_matrix matching

* imported data

* imported bss

* cleanup

* more cleanup

* last cleanup

* formatting

* moved prototypes

* add back ultra64.h

* remove dlabel jlabel temp fix
2023-07-29 13:46:30 -04:00

23 lines
434 B
C

#ifndef MATHF_H
#define MATHF_H
#include "ultra64.h"
// void Math_FTanF();
// void Math_FFloorF();
// void Math_FCeilF();
// void Math_FRoundF();
// void Math_FTruncF();
// void Math_FNearbyIntF();
// void Math_FAtanTaylorQF();
// void Math_FAtanTaylorF();
// void Math_FAtanContFracF();
// void Math_FAtanF();
f32 Math_FAtan2F(f32 y, f32 x);
// void Math_FAsinF();
// void Math_FAcosF();
// extern UNK_TYPE B_800419B0_jp;
#endif