Trait gmp_mpfr::NegAssign [] [src]

pub trait NegAssign {
    fn neg_assign(&mut self);
}

Negates the value inside self.

Required Methods

Peforms the negation.

Implementors