public interface Function { public abstract double function(double x); }