polynomial 0.0.2

Manipulations and data types that represent polynomial.
# polynomial-rs [![Build Status]https://travis-ci.org/gifnksm/polynomial-rs.svg]https://travis-ci.org/gifnksm/polynomial-rs

Manipulations and data types that represent polynomial.

[Documentation](http://gifnksm.github.io/polynomial-rs)

## How to use?

Add this to your `Cargo.toml`:

```toml
[dependencies]
polynomial = "*"
```

and this to your crate root:

```rust
extern crate polynomial;
```