Template Struct raiseToIntegerPower< Real, 0 >

Struct Documentation

template<typename Real>
struct raiseToIntegerPower<Real, 0>

Base recursion for the power.

Public Static Functions

static inline Real pow(Real)