[][src]Trait hcomplex::Conj

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

Something that can be conjugated.

Required methods

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

Get conjugate value.

Loading content...

Implementations on Foreign Types

impl Conj for i8[src]

impl Conj for i16[src]

impl Conj for i32[src]

impl Conj for i64[src]

impl Conj for f32[src]

impl Conj for f64[src]

Loading content...

Implementors

impl<T, U> Conj for Construct<T, U> where
    U: Conj + Neg<Output = U>, 
[src]

Loading content...