You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Hello Martin,
First of all thank you for all the work on this project, I love it
I have 2 errors with the function solveEquations :
nerdamer.solveEquations("A = B + C * D / 100", "A")
nerdamer.solveEquations("A = B + C * (D / 100)", "A")
nerdamer.solveEquations("A * B = C + D", "A")
nerdamer.solveEquations("A = B + C - D", "A")
These are examples simplified of my needs.
I looked in the code but I honestly don't have the skills to understand your work.
I hope you can find solutions, because it's blocking problems for me, otherwise it works well.
Thank you in advance for your efforts and thank you again for your incredible work.
Clément
Edit :
The 2 errors are because of spaces in sentence
The text was updated successfully, but these errors were encountered: