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