template<class Operand>
Rodin::Variational::Tan class

Represents the tangent function.

Template parameters
Operand Type of operand

Represents the following mathematical expression:

\[ \tan{\text{Operand}} = \dfrac{\sin{\text{Operand}}}{\cos{\text{Operand}}} \]

where Operand represents a scalar.