template<class Base, class Exponent>
Rodin::Variational::Pow class

Represents the power function.

Template parameters
Base Type of the base expression
Exponent Type of the exponent expression

Represents the mathematical expression:

\[ \text{Base}^\text{Exponent} \]

where $ \mathrm{Base} $ is a type representing the base $ b $ , the type $ \mathrm{Exponent} $ represents the exponent $ p $ , and the exponentiation value is $ b^p $ .