Docs.rs
  • num-complex-0.4.6
    • num-complex 0.4.6
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • cuviper
    • Dependencies
      • bytecheck ^0.6 normal optional
      • bytemuck ^1 normal optional
      • num-traits ^0.2.18 normal
      • rand ^0.8 normal optional
      • rkyv ^0.7 normal optional
      • serde ^1.0 normal optional
    • Versions
    • 98.95% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate num_complex

num_complex0.4.6

  • All Items

Sections

  • Compatibility

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

Crates

  • num_complex

Crate num_complex

Source
Expand description

Complex numbers.

§Compatibility

The num-complex crate is tested for rustc 1.60 and greater.

Structs§

Complex
A complex number in Cartesian form.
ComplexDistribution
A generic random value distribution for complex numbers.
ComplexResolver
The resolver for an archived Complex
ParseComplexError

Traits§

ComplexFloat
Generic trait for floating point complex numbers.

Functions§

c32
Create a new Complex<f32> with arguments that can convert Into<f32>.
c64
Create a new Complex<f64> with arguments that can convert Into<f64>.

Type Aliases§

Complex32
Alias for a Complex<f32>
Complex64
Alias for a Complex<f64>

Results

Settings
Help
    struct
    num_complex::ParseComplexError
    method
    num_complex::ParseComplexError::description
    &ParseComplexError<E> -> &str
    method
    num_complex::ParseComplexError::eq
    &ParseComplexError<E>, &ParseComplexError<E> -> bool
    method
    num_complex::ParseComplexError::fmt
    &ParseComplexError<E>, &mut Formatter -> Result
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.