Definition at line 872 of file dpoly.cpp.
873{
874 if (f == nullptr) return;
875 long *
p = f->arr.ints;
876 long deg = f->deg;
877 if (b == 0)
879 else if (b != 1)
880 for (int i = 0; i <= deg; i++)
881 {
884 }
885}
static void dealloc_poly(TowerPolynomial &f)
void ZZp_MULT(long charac, long &a, long b)
References charac, dealloc_poly(), p, and ZZp_MULT().
Referenced by make_monic3(), and make_monic_0().