Create a Magnitude which is some rational number raised to a rational power.
Synopsis
Declared in <mp-units/framework/unit_magnitude.h>
template<
/* implementation-defined */ auto Base,
int Num,
int Den = 1>
requires (detail::get_base_value(Base) > 0)
constexpr UnitMagnitude auto mag_power = pow<Num, Den>(mag<Base>);