We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640a997 commit ccb400bCopy full SHA for ccb400b
content/numerical/PolyMod.h
@@ -6,6 +6,7 @@
6
#pragma once
7
8
#include "PolyBase.h"
9
+#include "PolyInverse.h"
10
11
poly &operator/=(poly &a, poly b) {
12
if (sz(a) < sz(b))
content/numerical/chapter.tex
@@ -2,6 +2,7 @@ \chapter{Numerical}
2
3
\kactlimport{GoldenSectionSearch.h}
4
\kactlimport{PolyBase.h}
5
+\kactlimport{PolyInverse.h}
\kactlimport{PolyMod.h}
\kactlimport{PolyIntegDeriv.h}
\kactlimport{PolyLogExp.h}
0 commit comments