tomoveu / libfixmath

Automatically exported from code.google.com/p/libfixmath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize atan2 function

GoogleCodeExporter opened this issue · comments

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

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

  • Added labels: Performance