Crate num_complex
source ·Expand description
Structs§
- A complex number in Cartesian form.
Traits§
- Generic trait for floating point complex numbers.
Functions§
- Create a newComplex<f32>with arguments that can convertInto<f32>.
- Create a newComplex<f64>with arguments that can convertInto<f64>.
Type Aliases§
- Alias for aComplex<f32>
- Alias for aComplex<f64>