jiggzson / nerdamer

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

SolveEquations not solving correctly #677

Open fadebek opened 2 years ago

fadebek commented 2 years ago

The following yielded an incorrect result in my codebase leading to an error. I had nerdamer solve the following:

solveEquations(x+0.0025(abs(0-x)+abs(0-x))=105.8241145033,x)

and it yielded no solutions. However, in WolframAlpha and by inspection, there clearly is a solution