Type Alias f77_dcomplex

Source
pub type f77_dcomplex = dcomplex;

Aliased Type§

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

Fields§

§real: f64§imag: f64