We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef0a0f commit 04cda6aCopy full SHA for 04cda6a
1 file changed
factory/facMul.cc
@@ -1347,7 +1347,7 @@ CanonicalForm
1347
mulMod2FLINTFpReci (const CanonicalForm& F, const CanonicalForm& G, const
1348
CanonicalForm& M)
1349
{
1350
- int d1= tmax (degree (F, 1), degree (G, 1)) + 1;
+ int d1= degree (F, 1) + degree (G, 1) + 1;
1351
d1 /= 2;
1352
d1 += 1;
1353
@@ -1416,7 +1416,7 @@ CanonicalForm
1416
mulMod2FLINTQReci (const CanonicalForm& F, const CanonicalForm& G, const
1417
1418
1419
1420
1421
1422
0 commit comments