Implements the scalar tangens operator within the symbolic operators family. More...
#include <tan.hpp>
Public Member Functions | |
virtual Operator * | clone () const |
virtual returnValue | evaluate (EvaluationBase *x) |
virtual returnValue | initDerivative () |
Tan & | operator= (const Tan &arg) |
virtual Operator * | substitute (int index, const Operator *sub) |
Tan () | |
Tan (Operator *_argument) | |
Tan (const Tan &arg) | |
~Tan () |
Implements the scalar tangens operator within the symbolic operators family.
The class Tan implements the scalar tangens operator within the symbolic operators family.
Operator * Tan::clone | ( | ) | const [virtual] |
Provides a deep copy of the expression.
Implements UnaryOperator.
returnValue Tan::evaluate | ( | EvaluationBase * | x | ) | [virtual] |
Evaluates the expression (templated version)
Implements UnaryOperator.
returnValue Tan::initDerivative | ( | ) | [virtual] |
Operator * Tan::substitute | ( | int | index, |
const Operator * | sub | ||
) | [virtual] |
Substitutes var(index) with the expression sub.
index | subst. index |
sub | the substitution |
Implements UnaryOperator.