Change y1, y2 to f(1), f(2)

This commit is contained in:
Andrew Dinh 2022-01-21 15:12:36 -08:00
parent ea36d14410
commit 4e78bbeaee
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{% for i in range(polynomial.degree + 1) %}
<div>
<input required type="number" name="x{{i+1}}" placeholder="x{{i+1}}">
<input required type="number" name="y{{i+1}}" placeholder="y{{i+1}}">
<input required type="number" name="f({{i+1}})" placeholder="f({{i+1}})">
</div>
{% endfor %}
<div style="padding: 5px 0">