Conj

Trait Conj 

Source
pub trait Conj<T>
where Self: MixedComplex,
{ // Required method fn conj(&self) -> T; }

Required Methods§

Source

fn conj(&self) -> T

Complex Conjugate of T.

Implementors§