pub type Complex64 = Complex<f64>;
Complex type with f64 components which maps to numpy.cdouble (numpy.complex128).
f64
numpy.cdouble
numpy.complex128