Docs.rs
rust-poly-0.4.2
rust-poly 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
PanieriLorenzo
Dependencies
anyhow ^1.0.75
normal
ethnum ^1.5.0
normal
f128 ^0.2.9
normal
fastrand ^2.1.0
normal
itertools ^0.13.0
normal
log ^0.4.21
normal
num ^0.4.1
normal
softfloat ^1.0.0
normal
thiserror ^1.0.61
normal
criterion ^0.5.1
dev
fastrand ^2.1.0
dev
plotly ^0.10.0
dev
simple_logger ^5.0.0
dev
Versions
32.73%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
poly
0.4.2
Roots
Aliased Type
In rust_
poly::
roots
rust_poly
::
roots
Type Alias
Roots
Copy item path
Source
pub type Roots<T> =
Vec
<
Complex
<T>>;
Aliased Type
ยง
struct Roots<T> {
/* private fields */
}