zero method

GFPoly zero()

Implementation

GFPoly zero() {
  return GFPoly(this, <int>[0]);
}