Go to the documentation of this file.
22 #ifndef INCLUDED_GR_FEVAL_H
23 #define INCLUDED_GR_FEVAL_H
48 virtual double eval(
double x);
54 virtual double calleval(
double x);
104 virtual long eval(
long x);
110 virtual long calleval(
long x);
138 virtual void calleval();