pub type FractionType = GenericFraction<IntegerType>;
Fraction type used by ratio and interval helpers.
pub enum FractionType { Rational(Sign, Ratio<i32>), Infinity(Sign), NaN, }