pub type Q = Rationals;Expand description
Abbreviation of Rationals family.
Aliased Type§
pub enum Q {
_8(Rational8),
_16(Rational16),
_32(Rational32),
_64(Rational64),
_128(Rational128),
}pub type Q = Rationals;Abbreviation of Rationals family.
pub enum Q {
_8(Rational8),
_16(Rational16),
_32(Rational32),
_64(Rational64),
_128(Rational128),
}