Skip to content

Equality == does not work with float and int #303

@BlightG

Description

@BlightG

Equality between a float and an int in the case !(== 0.0 0) returns false the Equality operation works between 2 floats and 2 ints,

I have found a work around !(and (<= 1 1.0) (not (< 1 1.0)))

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