mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-10 11:44:32 -08:00
Fix f(x1) wording
This commit is contained in:
parent
40122350c4
commit
c0cfb9d2df
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user