nicolewhite / algebra.js

Build, display, and solve algebraic equations.
http://algebra.js.org
MIT License
1.34k stars 111 forks source link

Could not solve Expression: x*2/(5-(x*3))=12.0 #92

Open kishor-p opened 5 years ago

kishor-p commented 5 years ago

When the Variable is also on the Divisor the library will fail.

For example: The expression:x*2/(5-(x*3))=12.0

Will result in: Invalid Argument (-3x + 5): Divisor must be of type Integer or Fraction.