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
Expression expression = new Expression("AVERAGE(data)");
List list = List.of(2, 4, 6);
Double result = expression.with("data", list).evaluate().getNumberValue().doubleValue();
System.out.println(result);
The text was updated successfully, but these errors were encountered:
Expression expression = new Expression("AVERAGE(data)");
List list = List.of(2, 4, 6);
Double result = expression.with("data", list).evaluate().getNumberValue().doubleValue();
System.out.println(result);
The text was updated successfully, but these errors were encountered: