pub type ComplexPolar32 = ComplexPolar<f32>;
#[repr(C)]pub struct ComplexPolar32 { pub abs: f32, pub arg: f32, }
abs: f32
arg: f32