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
This is a bug in the Implied Multiplication feature that was implemented in the version v.5.0. I will fix it after my vacation. As of now please turn off the Implied Multiplication mode
Globally
mXparser.disableImpliedMultiplicationMode();
Expression e = new Expression("sum(i, 1, 10, 2*xi)");
e.checkSyntax();
mXparser.consolePrintln(e.getErrorMessage());
MathParser.org-mXparser version: v.5.0.6
Framework: Java
When running the checkSyntax() method on the expression below it never finishes, but loops endlessly instead.
Examplecode:
sum(i, 1, 10, 2*xi)
The text was updated successfully, but these errors were encountered: