package function; public abstract class Function { public abstract double getY(double x); }