Expand description
Small real-root helpers for low-degree polynomials.
Functionsยง
- linear_
root - Returns the real root of
ax + b = 0. - quadratic_
roots - Returns the real roots of
ax^2 + bx + c = 0.
Small real-root helpers for low-degree polynomials.
ax + b = 0.ax^2 + bx + c = 0.