mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 23:30:16 -04:00
[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:
@@ -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"
|
||||
" )";
|
||||
|
||||
Reference in New Issue
Block a user