From d523dd7fcec48d411e43749cb1696af27771bc7e Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 21 Aug 2022 16:24:53 +0200 Subject: Fix #15. --- src/math/poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/poly.c b/src/math/poly.c index 5ffd243..0a042c4 100644 --- a/src/math/poly.c +++ b/src/math/poly.c @@ -12,7 +12,7 @@ * HPL-98-135 * August, 1998 * - * http://www.hpl.hp.com/techreports/98/HPL-98-135.pdf + * https://www.hpl.hp.com/techreports/98/HPL-98-135.pdf */ static polynomial_t hp_trinomials[] = { {2, 1}, {3, 1}, {4, 1}, {5, 2}, {6, 1}, -- cgit v1.2.3-70-g09d2