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
m93a opened this issue Jun 23, 2021 · 0 comments
Closed

Exponentiation is left-associative #43

m93a 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

@m93a
Copy link
Owner

m93a 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.

@m93a m93a added bug Something isn't working implemented This feature is implemented in `develop` and ready for testing labels Jun 23, 2021
@m93a m93a added this to the v3 milestone Jun 23, 2021
m93a added a commit that referenced this issue Jun 23, 2021
@m93a m93a closed this as completed Sep 17, 2021
@m93a m93a 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