Type Alias peroxide::complex::C64

source ·
pub type C64 = Complex<f64>;

Aliased Type§

struct C64 {
    pub re: f64,
    pub im: f64,
}

Fields§

§re: f64

Real portion of the complex number

§im: f64

Imaginary portion of the complex number