Arg

Trait Arg 

Source
pub trait Arg<T>
where Self: MixedComplex,
{ // Required methods fn arg(&self) -> T; fn ang(&self) -> T; }

Required Methods§

Source

fn arg(&self) -> T

Argument of the complex number.

Source

fn ang(&self) -> T

Angle of the complex number.

Implementors§