Crate polynomial_tools

source ·
Expand description

Functions for operations on polynomials.

Structs

  • A struct that contains the constants of an equation in the form of ax^3 + bx^2 + cx + d. Some useful functions are also implemented.
  • A struct that contains the constants of an equation in the form ax + b. Some useful functions are also implemented.
  • A struct that contains the constants of an equation in the form of ax^2 + bx + c. Several useful functions are also implemented.
  • A struct that contains the constants of an equation in the form of ax^4 + bx^3 + cx^2 + dx + e. Some useful functions are also implemented.

Traits

  • A trait providing methods for operations on polynomials.