Type Definition num_rational::Rational[][src]

type Rational = Ratio<isize>;
Expand description

Alias for a Ratio of machine-sized integers.