pub type c32 = Complex<f32>;Aliased Type§
#[repr(C)]pub struct c32 {
pub re: f32,
pub im: f32,
}Fields§
§re: f32Real portion of the complex number
im: f32Imaginary portion of the complex number
pub type c32 = Complex<f32>;#[repr(C)]pub struct c32 {
pub re: f32,
pub im: f32,
}re: f32Real portion of the complex number
im: f32Imaginary portion of the complex number