Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize atan2 function #5

Open
GoogleCodeExporter opened this issue Oct 20, 2015 · 1 comment
Open

Optimize atan2 function #5

GoogleCodeExporter opened this issue Oct 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant