Fix f(x1) wording

This commit is contained in:
Andrew Dinh 2022-01-21 15:19:21 -08:00
parent 40122350c4
commit c0cfb9d2df
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<form action="/" method="POST">
{% for i in range(polynomial.degree + 1) %}
<div>
<input required type="number" name="x=x{{i+1}}" placeholder="x=x{{i+1}}">
<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}})">
</div>
{% endfor %}