poly_add
poly_add(&product, &t->poly[i], &t->poly[i]);
poly_add(lhs->poly + i, rhs->poly + i, out->poly + i);