Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

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

Open
GabrielMahan opened this issue Apr 9, 2020 · 0 comments

Comments

@GabrielMahan
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant