Trait metron_core::unit::scale::exp::ExponentialScaleDefault[][src]

pub trait ExponentialScaleDefault where
    Self: ExponentialScale<Self::ScaleBase>,
    Self::ScaleBase: ScaleBase<Self::Base>,
    <Self as ExponentialScale<Self::ScaleBase>>::ScaleExponent: ScaleExponent<Self::Exponent>,
    Self::Base: Pow<<Self::Exponent as Sub<Self::Exponent>>::Output>,
    Self::Exponent: PartialOrd<Self::Exponent> + Sub<Self::Exponent>, 
{ type ScaleBase; type Base; type Exponent; }

Associated Types

Implementors