pub type Complex64 = Complex<f64>;
pub struct Complex64 { pub real: f64, pub imag: f64, }
real: f64
imag: f64