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.
ParseComplexError

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>