pub type c128 = Complex<Quad>;
Complex<f64>
#[repr(C)]pub struct c128 { pub re: Quad, pub im: Quad, }
re: Quad
Real portion of the complex number
im: Quad
Imaginary portion of the complex number