Match one function, update mips_to_c of 2 others (#164)

There's a function that appears to use continued fractions
 to approximate the value of tanh(x/2), which is super weird.

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
Tyler McGavran
2022-02-15 01:40:33 -05:00
committed by GitHub
parent 3403482de3
commit a4e6192030
3 changed files with 44 additions and 83 deletions
+1
View File
@@ -47,6 +47,7 @@ typedef struct {
/* Function Prototypes */
f64 exponent_by_squaring(f64, s32);
f64 func_80091A6C(f64, s32);
void swap_values(s32*, s32*);
void func_80092148();
void func_800921B4();