pub trait Arg<T>where Self: MixedComplex,{ // Required methods fn arg(&self) -> T; fn ang(&self) -> T; }
Argument of the complex number.
Angle of the complex number.