mrchi
关于
归档
标签
搜索
RSS
四舍五入
Python 中的四舍五入
解释 Python 中 round 不精确的原因,推荐使用 decimal.quantize 配合 ROUND_HALF_UP 进行精确四舍五入。