Type Alias ohsl::complex::Cmplx

source ·
pub type Cmplx = Complex<f64>;

Aliased Type§

struct Cmplx {
    pub real: f64,
    pub imag: f64,
}

Fields§

§real: f64

Real part of the complex number

§imag: f64

Imaginary part of the complex number