Expand description
Quadratic equation helpers for equations of the form ax^2 + bx + c = 0.
Structs§
- Quadratic
Equation - A quadratic equation of the form
ax^2 + bx + c = 0.
Functions§
- solve_
quadratic - Solves the quadratic equation
ax^2 + bx + c = 0over the real numbers.