[Decomp] Decompile engine math library types (#272)

* decompile some stuff

* fix typo

* playing around with trigonometry

* more progress on trig

* more trig

* comments and small fixes

* finish trig
This commit is contained in:
water111
2021-02-20 11:42:46 -05:00
committed by GitHub
parent 87f2984cf5
commit 8775840265
43 changed files with 2909 additions and 203 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ TEST_F(FormRegressionTest, ExprSeek) {
" (set! f2-0 (- arg1 arg0))\n"
" (cond\n"
" ((>= arg2 (fabs f2-0)) arg1)\n"
" ((>= f2-0 0) (+ arg0 arg2))\n"
" ((>= f2-0 0.000000) (+ arg0 arg2))\n"
" (else (- arg0 arg2))\n"
" )\n"
" )";