pub type cf32 = Complex32;
Expand description
Shorthand for Complex
Aliased Type§
#[repr(C)]pub struct cf32 {
pub re: f32,
pub im: f32,
}
Fields§
§re: f32
Real portion of the complex number
im: f32
Imaginary portion of the complex number
pub type cf32 = Complex32;
Shorthand for Complex
#[repr(C)]pub struct cf32 {
pub re: f32,
pub im: f32,
}
re: f32
Real portion of the complex number
im: f32
Imaginary portion of the complex number