[dependencies.arrayvec]
default-features = false
version = "0.7"
[dependencies.num-complex]
default-features = false
version = "0.4"
[dependencies.num-traits]
default-features = false
version = "0.2"
[features]
default = ["std"]
libm = ["num-traits/libm", "num-complex/libm"]
std = ["num-traits/default", "num-complex/default"]
[package]
authors = ["ickk <crates@ickk.io>"]
categories = ["mathematics", "no-std"]
description = "Aberth's method for finding the zeros of a polynomial"
documentation = "https://docs.rs/aberth"
edition = "2021"
include = ["src/", "LICENSE-APACHE", "LICENSE-MIT", "LICENSE-ZLIB"]
keywords = ["root-finding", "polynomial", "complex-numbers", "no_std"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "aberth"
readme = "README.md"
repository = "https://github.com/ickk/aberth/"
version = "0.4.1"