Template Function manif::ipow

Function Documentation

template<typename T>
constexpr T manif::ipow(const T base, const int exp, T carry = 1)

Constexpr function to compute power.