jhzang / libfixmath

Automatically exported from code.google.com/p/libfixmath
0 stars 0 forks source link

Optimize atan2 function #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
atan2 needs optimizing so that it maintains accuracy over the full range of 
fixed point numbers while being as fast as Joes implementation (see wiki).

It may be that once tested Joes algorithm is as accurate across the full range, 
if this is the case then we can use this implementation.

Original issue reported on code.google.com by Flatmush@googlemail.com on 24 Feb 2011 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by Flatmush@googlemail.com on 3 Mar 2011 at 3:45