Main Content
Rounding Mode: Convergent
The Convergent rounding move rounds toward the nearest representable value with ties rounding toward the nearest even integer. It eliminates bias due to rounding. However, it introduces the possibility of overflow.
You can perform convergent rounding using the convergent
function.