mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-07 11:46:22 -04:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user