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
can you try like below.. ("x+cos9y**)**").. may issue with ')' ..
double result = new ExpressionBuilder("x+cos9y")
.variables("x","y")
.build()
.setVariable("x", 0.5d)
.setVariable("y", 0.25d)
.evaluate();
System.out.println(result);
I'm currently using 0.4.8 and this will hang and use CPU resources forever.
One CPU core keeps being used and "Built" is never printed on the console.
The application also never terminates.
The text was updated successfully, but these errors were encountered: