Go to the documentation of this file.
22 #ifndef INCLUDED_GR_FEVAL_H
23 #define INCLUDED_GR_FEVAL_H
47 virtual double eval(
double x);
53 virtual double calleval(
double x);
103 virtual long eval(
long x);
109 virtual long calleval(
long x);
137 virtual void calleval();