Death Code


The polynomial is degree {{ polynomial.degree }}, so you'll need at least {{ polynomial.degree + 1 }} points to find it

{% for i in range(polynomial.degree + 1) %}
{% endfor %}

Once you get the value of f(0), go to {{ domain }}/f(0)


Here's resources with more information. Password should've been given to you


Some other tools to do Lagrange/polynomial interpolation:

Source code available on GitHub and Gitea

Licensed under AGPL 3.0