pub type UlpsToleranceType<Lhs, Rhs = Lhs> = <Lhs as UlpsTolerance<Rhs>>::T;Expand description
A type definition for convenience.
It specifies the type of the ulps values for the type Lhs comparing to the type Rhs.
pub type UlpsToleranceType<Lhs, Rhs = Lhs> = <Lhs as UlpsTolerance<Rhs>>::T;A type definition for convenience.
It specifies the type of the ulps values for the type Lhs comparing to the type Rhs.