Complex32

Type Alias Complex32 

Source
pub type Complex32 = Complex<f32>;

Aliased Type§

pub struct Complex32 {
    pub real: f32,
    pub imag: f32,
}

Fields§

§real: f32§imag: f32