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

Multiplied constants balanced incorrectly with 2+ vars #1

Closed
Mouq opened this issue Nov 17, 2014 · 1 comment
Closed

Multiplied constants balanced incorrectly with 2+ vars #1

Mouq opened this issue Nov 17, 2014 · 1 comment

Comments

@Mouq
Copy link

Mouq commented Nov 17, 2014

say Math::Symbolic.new("x=8*y*z").isolate("y")

y=x*8/z

Should be y=x/z/8

@raydiak
Copy link
Owner

raydiak commented Nov 18, 2014

Thanks!

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

2 participants