public static Poly makeInteger(int i) { long [] l = {i}; return new Poly("x", l, 1); }