Skip to main content

Module quadratic

Module quadratic 

Source
Expand description

Quadratic equation helpers for equations of the form ax^2 + bx + c = 0.

Structs§

QuadraticEquation
A quadratic equation of the form ax^2 + bx + c = 0.

Functions§

solve_quadratic
Solves the quadratic equation ax^2 + bx + c = 0 over the real numbers.