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 Aug 29, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: