Skip to content

Commit 7dfdf5f

Browse files
committed
Update
1 parent 95928af commit 7dfdf5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cp-algo/math/poly/impl/div.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ namespace cp_algo::math::poly::impl {
9999
q.a.pop_back();
100100
q.normalize();
101101
return q;
102-
103-
q = (q0 * qq).x2() - (q1 * qq).x2().mul_xk(1);
104-
return q.div_xk_inplace(2 * q0.deg()).mod_xk_inplace(n);
105102
}
106103
template<typename poly>
107104
poly& inv_inplace(poly& p, size_t n) {

0 commit comments

Comments
 (0)