public interface FunctionDoc {
   double f(double x);
   String toString();
}

