pub type f32c = complex<f32>;Expand description
Single-precision (64-bit) complex number — two f32 components.
Aliased Type§
#[repr(C)]pub struct f32c {
pub re: f32,
pub im: f32,
}Fields§
§re: f32§im: f32pub type f32c = complex<f32>;Single-precision (64-bit) complex number — two f32 components.
#[repr(C)]pub struct f32c {
pub re: f32,
pub im: f32,
}re: f32§im: f32