Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Allow atan2-arguments to be dimensionful #142

Closed
@sharkdp

Description

@sharkdp

atan2(x, y) is basically just a safe version of atan(x / y). This means it should okay for x and y to be dimensionful as long as it's the same dimension. This would be useful to compute things like

> atan2(20 cm, 50 m)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions