jiggzson / nerdamer

a symbolic math expression evaluator for javascript
http://www.nerdamer.com
MIT License
517 stars 82 forks source link

Wrong result with polynomials with fractions? #526

Closed q2apro closed 4 years ago

q2apro commented 4 years ago

Just found this:

nerdamer('solve(0=(x^(2)-2)/(e^(x)-1), x)').toString(); // result "[0]"

However, results should be x_{1.2}= ± √2.

Is the input wrong or is this a "bug" in Nerdamer? 🤓

Thanks!