Skip to content

fixmath.Atan2(0,0) should return 0 instead of throwing DivideByZeroException #9

@nadako

Description

@nadako

Currently fixmath.Atan2(0,0) tries to divide by zero. While this is kind of unspecified behaviour, most other c# math libs simply return 0, so I think it would be nice to be consistent here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions