mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-24 05:04:33 -08:00
Fix f(x1) wording
This commit is contained in:
parent
4e78bbeaee
commit
40122350c4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user