ComplexPolar32

Type Alias ComplexPolar32 

Source
pub type ComplexPolar32 = ComplexPolar<f32>;

Aliased Type§

#[repr(C)]
pub struct ComplexPolar32 { pub abs: f32, pub arg: f32, }

Fields§

§abs: f32§arg: f32