pub trait RoundTiesToPosInf {
    fn round_ties_to_positive_infinity(self) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors