Type Alias autd3_driver::defined::Complex

source ·
pub type Complex = Complex<f64>;

Aliased Type§

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

Fields§

§re: f64

Real portion of the complex number

§im: f64

Imaginary portion of the complex number