Q128

Type Alias Q128 

Source
pub type Q128 = Rational128;
Expand description

Abbreviation of Rational128.

Aliased Type§

pub struct Q128 {
    pub num: Integer128,
    pub den: NonZeroInteger128,
}

Fields§

§num: Integer128§den: NonZeroInteger128