Trait gmp_mpfr::AssignRound [] [src]

pub trait AssignRound<T> {
    fn assign_round(&mut self, _: T, _: Round) -> Ordering;
}

Assigns to a number from another value, applying the specified rounding method.

Required Methods

Peforms the assignment and rounding.

Implementors