Trait gmp_mpfr::SubRound [] [src]

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

Provides subtraction with a specified rounding method.

Associated Types

The resulting type after the subtraction.

Required Methods

Performs the subtraction.

Implementors