As per title, is it possible to parse and evaluate the min and max functions?
As example:
Expression e = Infix.ParseOrThrow("min(L,B)");
As per title, is it possible to parse and evaluate the min and max functions?
As example:
Expression e = Infix.ParseOrThrow("min(L,B)");