diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-08-24 19:29:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-24 11:29:27 -0700 |
| commit | d2ca0a87d8f062e0476bc9fc0c01806fe6a6c02c (patch) | |
| tree | dfbe11412b8bf5f6783c9be74672218afaac5f8f /include | |
| parent | 09ac5c453d7a998e61c0c9ed68d56987a304d434 (diff) | |
sys_math_atan OK (#74)
* sys_math_atan OK
* accidentally didn't merge the code yaml lol
* hopefully fixed things
* add macros
* refactor
Diffstat (limited to 'include')
| -rw-r--r-- | include/sys_math_atan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys_math_atan.h b/include/sys_math_atan.h index 1a4cfa8..8d78c00 100644 --- a/include/sys_math_atan.h +++ b/include/sys_math_atan.h @@ -3,8 +3,8 @@ #include "ultra64.h" -// void U_GetAtanTable(); +u16 U_GetAtanTable(f32 y, f32 x); s16 atans_table(f32 x, f32 y); -// void atanf_table(); +f32 atanf_table(f32 x, f32 y); #endif |
