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

Expressions like sin(z)^2 get parsed as sin(z^2) #43

Closed
fernandreu opened this issue Jun 16, 2020 · 0 comments · Fixed by #44
Closed

Expressions like sin(z)^2 get parsed as sin(z^2) #43

fernandreu opened this issue Jun 16, 2020 · 0 comments · Fixed by #44
Labels
bug Something isn't working Library Something needs to be changed in the application core

Comments

@fernandreu
Copy link
Owner

Not too critical since you can force the correct parsing by adding extra brackets (i.e. (sin(z))^2).

@fernandreu fernandreu added bug Something isn't working Library Something needs to be changed in the application core labels Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Library Something needs to be changed in the application core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant