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_poly0.4.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Poly

Enums

  • roots::Error
  • roots::InitialGuessMode
  • roots::MultiplesHandlingMode
  • roots::PolishingMode

Traits

  • RealScalar

Macros

  • complex
  • poly

Functions

  • roots::aberth_ehrlich
  • roots::aberth_ehrlich::aberth_ehrlich
  • roots::deflate
  • roots::halley
  • roots::halley_deflate
  • roots::halley_parallel
  • roots::initial_guess_smallest
  • roots::initial_guesses_circle
  • roots::naive
  • roots::naive_deflate
  • roots::naive_parallel
  • roots::newton
  • roots::newton_deflate
  • roots::newton_parallel
  • roots::parallel

Type Aliases

  • Poly32
  • Poly64
  • roots::Result
  • roots::Roots