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>