1 #ifndef MATH_THFunction_H
2 #define MATH_THFunction_H
47 static inline SP::MATH_THFunction
New() {
72 return tanh(values[0]);
This class decribes a numerical function.
Definition: MATH_NumericalFunction.h:14
MATH_THFunction(void)
create
Definition: MATH_THFunction.h:27
virtual ~MATH_THFunction(void)
destroy
Definition: MATH_THFunction.h:38
This class decribes a tan function.
Definition: MATH_THFunction.h:14
virtual double computeFunction(const double *values, const int &n) const
compute the function
Definition: MATH_THFunction.h:70
virtual SP::MATH_FunctionNode newInstance() const
create a node expression
Definition: MATH_THFunction.h:55
void setSymbol(const tString &tag)
set the symbol
Definition: MATH_LeafExpression.h:86
static SP::MATH_THFunction New()
create a node expression
Definition: MATH_THFunction.h:47
DEFINE_SPTR(MATH_THFunction)
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:106