std::pow() is not constexpr, and clang correctly refuses to assign its result in constexpr context. Add a constexpr replacement.
std::pow() is not constexpr, and clang correctly refuses to assign its result in constexpr context. Add a constexpr replacement.