Trait gmp_mpfr::NegRound [] [src]

pub trait NegRound {
    type Output;
    fn neg_round(self, _: Round) -> (Self::Output, Ordering);
}

Provides negation with a specified rounding method.

Associated Types

The resulting type after the negation.

Required Methods

Performs the negation.

Implementors