nicolewhite / algebra.js

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

Possible parsing issue for 2^(2x)-2^x-2=0 #53

Closed sonnyk22 closed 8 years ago

sonnyk22 commented 8 years ago

This may be the same issue as in #52. The library is failing to parse for either 2^(2x)-2^x-2=0, or (2^(2x))-2^x-2=0, as shown below.

Equation: 2^(2x)-2^x-2=0 calc1

Result: An exception at the moment calc2

Would you help me with this issue?

nicolewhite commented 8 years ago

There are no plans to support variables as exponents in the near future.