public interface NumericOperation
double
execute(double left, double right)
public double execute(double left, double right)
Executes the operation on the given values