Type Alias quest_bind::Qcomplex

source ·
pub type Qcomplex = Complex<Qreal>;

Aliased Type§

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

Fields§

§re: f64

Real portion of the complex number

§im: f64

Imaginary portion of the complex number