ComplexPolar64

Type Alias ComplexPolar64 

Source
pub type ComplexPolar64 = ComplexPolar<f64>;

Aliased Type§

#[repr(C)]
pub struct ComplexPolar64 { pub abs: f64, pub arg: f64, }

Fields§

§abs: f64§arg: f64