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
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
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!