roots 0.0.8

Library of well known algorithms for numerical root finding.
Documentation
[[bench]]
harness = false
name = "benches"
[badges.travis-ci]
branch = "master"
repository = "https://github.com/vorot/roots"
[dev-dependencies.criterion]
version = "0.3"

[lib]
name = "roots"
path = "src/lib.rs"

[package]
authors = ["Mikhail Vorotilov <mikhail.vorotilov@gmail.com>"]
description = "Library of well known algorithms for numerical root finding.\n"
keywords = ["math", "root", "numerical", "cubic", "quartic"]
license = "BSD-2-Clause"
name = "roots"
readme = "README.md"
repository = "https://github.com/vorot/roots"
version = "0.0.8"