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

Parser doesn't understand "ax^2" #6

Open
zachberry opened this issue Apr 12, 2016 · 0 comments
Open

Parser doesn't understand "ax^2" #6

zachberry opened this issue Apr 12, 2016 · 0 comments

Comments

@zachberry
Copy link
Member

ax^2 will result in Math.pow(a, x*2) instead of a*Math.pow(x, 2)

@iturgeon iturgeon transferred this issue from ucfopen/Materia Jan 18, 2019
@iturgeon iturgeon changed the title Equation Sandbox: Parser doesn't understand "ax^2" Parser doesn't understand "ax^2" Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant