Open kishor-p opened 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
x*2/(5-(x*3))=12.0
Will result in: Invalid Argument (-3x + 5): Divisor must be of type Integer or Fraction.
Invalid Argument (-3x + 5): Divisor must be of type Integer or Fraction.
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.