Trait gmp_mpfr::FromPrecRound [] [src]

pub trait FromPrecRound<T> where Self: Sized {
    fn from_prec_round(_: T, _: Prec, _: Round) -> (Self, Ordering);
}

Construct Self via a conversion with a specified precision, applying the specified rounding method.

Required Methods

Performs the conversion.

Implementors