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