Skip to content

Commit ccb400b

Browse files
committed
Fixed import issues
1 parent 640a997 commit ccb400b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/numerical/PolyMod.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#pragma once
77

88
#include "PolyBase.h"
9+
#include "PolyInverse.h"
910

1011
poly &operator/=(poly &a, poly b) {
1112
if (sz(a) < sz(b))

content/numerical/chapter.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ \chapter{Numerical}
22

33
\kactlimport{GoldenSectionSearch.h}
44
\kactlimport{PolyBase.h}
5+
\kactlimport{PolyInverse.h}
56
\kactlimport{PolyMod.h}
67
\kactlimport{PolyIntegDeriv.h}
78
\kactlimport{PolyLogExp.h}

0 commit comments

Comments
 (0)