Definition at line 912 of file dpoly.cpp.
913{
914 if (f == nullptr) return;
915 TowerPolynomial *
p = f->arr.polys;
916 TowerPolynomial a =
p[f->deg];
917 TowerPolynomial b =
invert(level - 1, a);
919 result_multiplier = b;
920}
TowerPolynomial invert(int level, const TowerPolynomial a)
void mult_by_coeff_n(int level, TowerPolynomial &f, TowerPolynomial b)
References invert(), mult_by_coeff_n(), and p.
Referenced by make_monic(), and make_monic3().