Python 中的四舍五入

解释 Python 中 round 不精确的原因,推荐使用 decimal.quantize 配合 ROUND_HALF_UP 进行精确四舍五入。

 2019年4月7日 · 1 分钟 · 492 字