python 数字的四舍五入的问题
python3 以及python2.7 使用 round或者format进行浮点数的四舍五入问题由于 python3 包括python2.7 以后的round策略使用的是decimal.ROUND_HALF_EVEN 即Round to nearest with ties going to nearest even integer. 也就是只有在整数部分是奇数的时候, 小数部分才逢5进1; 偶数时