码迷,mamicode.com
首页 > 编程语言 > 详细

python 精确计算与向上取整 decimal math.ceil

时间:2018-10-14 19:17:16      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:info   image   math   http   nbsp   python   技术   导入   取整   

1.  精确计算

python的float型不精确,需要导入decimal包,以下是不精确举例:

技术分享图片

导入decimal包后:

技术分享图片

2.  向上取整

一般的取整数(向下取整):

技术分享图片

向上取整的方法:

技术分享图片

 

python 精确计算与向上取整 decimal math.ceil

标签:info   image   math   http   nbsp   python   技术   导入   取整   

原文地址:https://www.cnblogs.com/cxhzy/p/9787071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!