Type Alias Q

Source
pub type Q = Boxed<BigRational>;

Aliased Type§

struct Q(pub Ratio<BigInt>);

Fields§

§0: Ratio<BigInt>