Python3 取整方法比較

Table of Contents 1、int() 2、floor() 3、ceil() 4、round() 5、整除 // 6、總結 1、int() 小結: int() 是向 0 的方向取整,或者說向絕對值更小的方向取整。 2、floor() 小結: math.floor() 單純向下取整。 3、ceil() 小結: math.ceil() 單純向上取整。 4、round() 小結: round
相關文章
相關標籤/搜索