Trait gmp_mpfr::FromPrecRound [] [src]

pub trait FromPrecRound<T> {
    fn from_prec_round(T, Prec, Round) -> Self;
}

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

Required Methods

Performs the conversion.

Implementors