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
Please follow the template below.
If you don't, your issue may be closed without being addressed.
Include code fragments or CodePen.io links to illustrate the issue. Do not include screenshots of code.
constexpression=computeEngine.parse("F=3g/h");constsolveFor="g";constsolution=expression.solve(solveFor);console.log(solution)// returns empty arrayconsole.log(expression.json)// looks like it's the correct MathJSON
Actual Result
empty array : [ ]
Expected Result
g= Fh / 3
Environment
"@cortex-js/compute-engine": "^0.29.1",
"vue": "^3.5.12",
The text was updated successfully, but these errors were encountered: