Misc Cleanup (#1585)

* misc cleanup

* more fake matches

* revert for sym
This commit is contained in:
engineer124
2023-11-22 20:19:31 +11:00
committed by GitHub
parent 2aaa286cf8
commit f2c06ce441
45 changed files with 134 additions and 161 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ f32 Math_FAtanTaylorQF(f32 x) {
if (poly + term == poly) {
break;
}
poly = poly + term;
exp = exp * sq;
poly += term;
exp *= sq;
}
return poly;