uom-types - v0.0.0-development
    Preparing search index...

    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