Type Alias RootUnitSubvalues<B, E>

RootUnitSubvalues: ExcludeUnitZeroSubvalues<
    { [S in keyof B]: DivideExponents<GetExponent<B, S>, E> },
>

Take the nth root of each subvalue of a unit.

Type Parameters