nicolewhite/algebra.js

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

Opened this issue · 0 comments

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.