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

Fix atan2 implementation to behave like Javascript Math.atan2 #683

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Mar 23, 2021

  1. Fix atan2 implementation to behave like Javascript Math.atan2

    - Previous implementation returned values in -PI/2 to PI/2 range even though Javascript returns in -PI to PI range
    - Add unit tests covering edge cases
    ted-piotrowski committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c30d85b View commit details
    Browse the repository at this point in the history