[][src]Crate polynomials

Macros

poly

Creates a Polynomial from a list of coefficients in ascending order.

Structs

Polynomial

A Polynomial is just a vector of coefficients. Each coefficient corresponds to a power of x in increasing order. For example, the following polynomial is equal to 4x^2 + 3x - 9.