Type Definition fix_rat::HundRat[][src]

type HundRat = Rational<{ i64::MAX / 128 }>;

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