Skip to content

Chapter 2.4.3: math_atan2 should be used for two-argument arctangent #1006

@PossibilityZero

Description

@PossibilityZero

Code snippets in Chapter 2.4.3 call the math_atan function with two arguments (y, x), which causes errors if the selectors in question are used. This should be changed to use math_atan2 as specified in the Source docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions