mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-21 11:54:33 -08:00
Change y1, y2 to f(1), f(2)
This commit is contained in:
parent
ea36d14410
commit
4e78bbeaee
@ -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="y{{i+1}}" placeholder="y{{i+1}}">
|
||||
<input required type="number" name="f({{i+1}})" placeholder="f({{i+1}})">
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div style="padding: 5px 0">
|
||||
|
Loading…
Reference in New Issue
Block a user