From 08bd2d68108c4088c780ec6cb809c100cd01492f Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Fri, 21 Jan 2022 20:32:21 -0800 Subject: [PATCH] Fix f(x1) name --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3b0296c..6c476a2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ {% for i in range(polynomial.degree + 1) %}
- +
{% endfor %}