[][src]Type Definition fix_rat::HundRat

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

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