Files
af/include/sys_math_atan.h
T
Prakxo d2ca0a87d8 sys_math_atan OK (#74)
* sys_math_atan OK

* accidentally didn't merge the code yaml lol

* hopefully fixed things

* add macros

* refactor
2023-08-24 11:29:27 -07:00

11 lines
175 B
C

#ifndef SYS_MATH_ATAN_H
#define SYS_MATH_ATAN_H
#include "ultra64.h"
u16 U_GetAtanTable(f32 y, f32 x);
s16 atans_table(f32 x, f32 y);
f32 atanf_table(f32 x, f32 y);
#endif