Skip to content

NaNMath.sqrt has no method for complex arguments #77

@OsmarCLFilho

Description

@OsmarCLFilho

Given a + bim, we could just return Base.sqrt(a + bim) since it can handle those values without throwing domain errors.

Currently, NaNMath.sqrt(a + bim) will just yield a missing method error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions