Fix f(x1) wording

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

View File

@ -23,8 +23,8 @@
<form action="/" method="POST">
{% 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({{i+1}})" placeholder="f({{i+1}})">
<input required type="number" name="x=x{{i+1}}" placeholder="x=x{{i+1}}">
<input required type="number" name="f(x{{i+1}})" placeholder="f(x{{i+1}})">
</div>
{% endfor %}
<div style="padding: 5px 0">