static Rat rat(long l) { ret new Rat(l); } static Rat rat(long a, long b) { ret new Rat(a, b); }