Type Alias Rational

Deprecated since 0.4.0: it's better to use a specific size, like `Rational32` or `Rational64`
pub type Rational = Ratio<isize>;

Alias for a Ratio of machine-sized integers.