Type Alias num_rational::Rational64
source · pub type Rational64 = Ratio<i64>;
Expand description
Alias for a Ratio
of 64-bit-sized integers.
Aliased Type§
struct Rational64 { /* private fields */ }
pub type Rational64 = Ratio<i64>;
Alias for a Ratio
of 64-bit-sized integers.
struct Rational64 { /* private fields */ }