Trait gmp_mpfr::AddRound [] [src]

pub trait AddRound<T> {
    type Output;
    fn add_round(self, _: T, _: Round) -> (Self::Output, Ordering);
}

Provides addition with a specified rounding method.

Associated Types

The resulting type after the addition.

Required Methods

Performs the addition.

Implementors