Crate num_complex
source ·Expand description
Structs§
- A complex number in Cartesian form.
 
Functions§
- Create a new
Complex<f32>with arguments that can convertInto<f32>. - Create a new
Complex<f64>with arguments that can convertInto<f64>. 
Type Aliases§
- Alias for a
Complex<f32> - Alias for a
Complex<f64>