12 LOG10,
POWER,
SQRT,
RAND,
LESS,
GREATER,
EQUAL,
AND,
OR,
NOT,
ABS,
IF,
PI };
53 operator double()
const;
91 double evalFunction()
const;
111 vector<Formula*> argList;
This is the class used to store information about the variables that are used in model simulation.
Definition: keeper.h:17
This is the class used to store the name of a variable used in the model simulation.
Definition: parameter.h:11