pub type Complex32 = Complex<f32>;
pub struct Complex32 { pub real: f32, pub imag: f32, }
real: f32
imag: f32