Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exponentiation is left-associative #43

Closed
cshaa opened this issue Jun 23, 2021 · 0 comments
Closed

Exponentiation is left-associative #43

cshaa opened this issue Jun 23, 2021 · 0 comments
Labels
bug Something isn't working implemented This feature is implemented in `develop` and ready for testing
Milestone

Comments

@cshaa
Copy link
Owner

cshaa commented Jun 23, 2021

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.

@cshaa cshaa added bug Something isn't working implemented This feature is implemented in `develop` and ready for testing labels Jun 23, 2021
@cshaa cshaa added this to the v3 milestone Jun 23, 2021
cshaa added a commit that referenced this issue Jun 23, 2021
@cshaa cshaa closed this as completed Sep 17, 2021
@cshaa cshaa mentioned this issue Sep 17, 2021
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working implemented This feature is implemented in `develop` and ready for testing
Projects
None yet
Development

No branches or pull requests

1 participant