主要内容

舍入模式:收敛

收敛向最邻近的可表示值舍入,并将结值向最邻近的偶数舍入。它消除了由于舍入造成的偏置。但这可能会引入溢出。

您可以使用 convergent 函数执行收敛舍入。

Plot of output stored integer value vs input real-world value using convergent rounding.

另请参阅

|