pub type Q128 = Rational128;Expand description
Abbreviation of Rational128.
Aliased Type§
pub struct Q128 {
pub num: Integer128,
pub den: NonZeroInteger128,
}Fields§
§num: Integer128§den: NonZeroInteger128pub type Q128 = Rational128;Abbreviation of Rational128.
pub struct Q128 {
pub num: Integer128,
pub den: NonZeroInteger128,
}num: Integer128§den: NonZeroInteger128