From 4e78bbeaee671d825b3ed21f257f16e1a5c8e782 Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Fri, 21 Jan 2022 15:12:36 -0800 Subject: [PATCH] Change y1, y2 to f(1), f(2) --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 288550d..f57f071 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ {% for i in range(polynomial.degree + 1) %}
- +
{% endfor %}