jhanley634 / dojo-blackboard

An HTMX webserver for the Dojo's Tuesday night python meetups.
MIT License
3 stars 1 forks source link

evaluate quadratic #36

Open jhanley634 opened 2 weeks ago

jhanley634 commented 2 weeks ago

Hullo, Micah!

As a simple Hello World to get you started, I propose adding this endpoint to src/bboard/main.py:

It should accept four numeric parameters, {a, b, c, x}, and evaluate the polynomial at that location. ax^2 + bx +c.

Please use the GitHub web UI to create a branch named something like "36-polynomial", then $ git pull to bring it to laptop, and $ git checkout 36-TAB using tab completion. Assign me to the PR when ready. Or bug me on discord if you encounter any rough edges.

jhanley634 commented 2 weeks ago

This seems to be subsumed by #37 , which is fine. Re-open if needed.