Skip to content

Unary minus has precedence over exponentiation (ie. incorrect parsing of −x²) #41

Closed
@cshaa

Description

@cshaa

In filtrex v2, the syntax -x^2 is interpreted as (-x)^2, not as -(x^2). This is contrary to the common order of operation and will be fixed in version 3. Thanks to @​rici for pointing this out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingimplementedThis feature is implemented in `develop` and ready for testing

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions