polynomial-rs

Manipulations and data types that represent polynomial.

Documentation

How to use?

Add this to your Cargo.toml:

toml [dependencies] polynomial = "0.1"

and this to your crate root:

rust extern crate polynomial;