pub type c64 = Complex<f64>;Aliased Type§
#[repr(C)]pub struct c64 {
pub re: f64,
pub im: f64,
}Fields§
§re: f64Real portion of the complex number
im: f64Imaginary portion of the complex number
pub type c64 = Complex<f64>;#[repr(C)]pub struct c64 {
pub re: f64,
pub im: f64,
}re: f64Real portion of the complex number
im: f64Imaginary portion of the complex number