From 40122350c4222fd0efff31205dce271a62aa3357 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Fri, 21 Jan 2022 15:17:21 -0800 Subject: [PATCH] Fix f(x1) wording --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index f57f071..2f86d6c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,8 +23,8 @@
{% for i in range(polynomial.degree + 1) %}
- - + +
{% endfor %}