template<class Operand>
Cos class
Represents the cosine function.
Template parameters | |
---|---|
Operand | Type of operand |
Represents the following mathematical expression:
where Operand represents a scalar.