[][src]Trait mathru::algebra::abstr::Complex

pub trait Complex {
    pub fn conj(self) -> Self;
pub fn arg(self) -> Self; }

Required methods

pub fn conj(self) -> Self[src]

Returns the complex conjuagte conj(self) = Re(self) - i Im(self)

pub fn arg(self) -> Self[src]

Loading content...

Implementors

Loading content...