diff options
Diffstat (limited to 'src/math/poly.h')
| -rw-r--r-- | src/math/poly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/poly.h b/src/math/poly.h index c69313f..f9793f4 100644 --- a/src/math/poly.h +++ b/src/math/poly.h @@ -11,7 +11,7 @@ #include <pari/pari.h> #include <stdbool.h> -typedef struct polynomial_t { +typedef struct { int m; int e1; int e2; |
