Type Definition num_rational::Rational64[][src]

pub type Rational64 = Ratio<i64>;
Expand description

Alias for a Ratio of 64-bit-sized integers.