Skip to content

check equality between sqrt(x) and x^(1//2) #1557

Open
@Bumblebee00

Description

@Bumblebee00

RIght now:

julia> x===x^(0.5)
false

julia> x===x^(1//2)
false

do we want to add this feature? could it be wrong or counterproductive in some instances?

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