Skip to content

Exponentiation is left-associative #43

@cshaa

Description

@cshaa

As pointed out here, filtrex has left-associative exponentiation x^y^z == (x^y)^z, while everyone else uses right-associative exponentiation x^y^z == x^(y^z). The current behavior is undocumented and there is no reason to do it the non-standard way. This will be fixed in v3.

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