As a simple Hello World to get you started, I propose adding this endpoint to src/bboard/main.py:
GET /polynomial/quadratic
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.
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.