Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 578 Bytes

polynomial-rs Build Status Coverage 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;