Docs.rs
polynomial-roots-1.0.0
polynomial-roots 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
TiagoCavalcante
Dependencies
Versions
40.91%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module linear
polynomial_
roots
1.0.0
Module linear
Module Items
Functions
In crate polynomial_
roots
polynomial_roots
Module
linear
Copy item path
Source
Functions
ยง
get_
roots
Returns a vector with the real roots of the polynomial obtained with the linear formula. x = -b / a The roots are in increasing order.