Type Definition fix_rat::TenRat[][src]

type TenRat = Rational<{ i64::MAX / 16 }>;

Can store -10 to 10 with a bit of wiggle room.