pub type ComplexF64 = Complex<f64>;
Type alias for backward compatibility: Complex<f64>.
Complex<f64>
pub struct ComplexF64 { pub re: f64, pub im: f64, }
re: f64
im: f64