Type Definition num::BigRational

source · []
pub type BigRational = Ratio<BigInt>;
Expand description

Alias for arbitrary precision rationals.