Skip to content

Missing Missing methods for angle, hypot and 2-arg atanΒ #32224

Open
@yha

Description

Should be fixed with

Base.atan(::Union{Real,Missing}, ::Union{Real,Missing}) = missing
Base.hypot(::Union{Number,Missing}...) = missing
Base.angle(::Missing) = missing

I would open a PR if I could get Julia to build on my Windows machine...

Activity

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

Metadata

Assignees

No one assigned

    Labels

    mathsMathematical functionsmissing dataBase.missing and related functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions