google/mathsteps

Fails when left node is only a parenthesis (eg "(x+1)=4", "((x)/(4))=4")

GabrielMahan opened this issue · 0 comments

I hope this hasn't been raised before, but I found an issue where mathsteps fails to process equations in which the node is only a parenthesis. Will be addressing in a forthcoming PR!

ms.solveEquation("((x)/(4))=3")
Error: Unsupported node type: ParenthesisNode ...

ms.solveEquation("(x+1)=124412")
Math error: No term with symbol: x, returning no steps