Expand description

Solves polynomials with real valued coefficients up to degree 4

Structs

  • Represents a complex root as homogeneous coordinates

Functions

  • Finds the discriminant and roots of a degree 3 polynomial.
  • Finds the discriminant and root of a degree 1 polynomial.
  • Finds the discriminant and roots of a degree 2 polynomial.
  • Finds the discriminant and roots of a degree 4 polynomial.