Complex64

Type Alias Complex64 

Source
pub type Complex64 = Complex<f64>;

Aliased Type§

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

Fields§

§real: f64§imag: f64