48 template<
typename dtype1,
typename dtype2>
49 auto powerf(dtype1 inValue,
const dtype2 inPower) noexcept
53 return std::pow(inValue, inPower);
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:50
auto powerf(dtype1 inValue, const dtype2 inPower) noexcept
Definition: Utils/powerf.hpp:49
Definition: Coordinate.hpp:45