polynomial 0.0.3

Manipulations and data types that represent polynomial.
docs.rs failed to build polynomial-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: polynomial-0.2.6

polynomial-rs Build Status

Manipulations and data types that represent polynomial.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
polynomial = "*"

and this to your crate root:

extern crate polynomial;