c128

Type Alias c128 

Source
pub type c128 = Complex<Quad>;
Expand description

Complex<f64>

Aliased Type§

#[repr(C)]
pub struct c128 { pub re: Quad, pub im: Quad, }

Fields§

§re: Quad

Real portion of the complex number

§im: Quad

Imaginary portion of the complex number