向上取整:
math.ceil()
向下取整:
int()
四舍五入:
round()
分别取整数部分和小数部分:
math.modf()
python 取整
原文:https://www.cnblogs.com/wangylblog/p/14714991.html