Fix f(x1) name

This commit is contained in:
Andrew Dinh 2022-01-21 20:32:21 -08:00
parent c0cfb9d2df
commit 08bd2d6810
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="f(x{{i+1}})" placeholder="f(x{{i+1}})">
<input required type="number" name="y{{i+1}}" placeholder="f(x{{i+1}})">
</div>
{% endfor %}
<div style="padding: 5px 0">