Function rint_round

Source
pub fn rint_round<F: Float>(x: F, _round: Round) -> FpResult<F>
Expand description

IEEE 754-2019 roundToIntegralExact, which respects rounding mode and raises inexact if applicable.