Closed GoogleCodeExporter closed 9 years ago
Javac does all the dirty work here. Decompile the code, and you'll see what
javac does:
int d = mul(46, fxSquared);
int c = mul(d - 3328, fxSquared);
int b = mul(c + 0x22222, fxSquared);
int a = mul(b - 0x2aaaaa, fxSquared);
int sine = mul(a + 0x1000000, fx);
return sine >> 8;
Original comment by brack...@gmail.com
on 9 Jul 2009 at 5:45
Didn't know.
Thanks for the explanation.
Original comment by alexandr...@gmail.com
on 9 Jul 2009 at 5:48
Original issue reported on code.google.com by
alexandr...@gmail.com
on 9 Jul 2009 at 5:32