aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth_kernel.fut
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/aberth_kernel.fut')
-rw-r--r--aberth/aberth_kernel.fut4
1 files changed, 2 insertions, 2 deletions
diff --git a/aberth/aberth_kernel.fut b/aberth/aberth_kernel.fut
index 73a82ee..fae1450 100644
--- a/aberth/aberth_kernel.fut
+++ b/aberth/aberth_kernel.fut
@@ -7,8 +7,8 @@ module rand_engine = minstd_rand
module c64 = mk_complex f64
type complex = c64.complex
-let N = 18i32
-let PolyN = 19i32
+let N = 20i32
+let PolyN = N + 1
type poly = [PolyN]f64