python小数精度的备忘 博客分类: python pythonround
程序员文章站
2024-03-16 12:37:52
...
python中有内置函数:round用来限定小数位数
在没有用print时,因为精度问题,并没有展示出预料中的小数位数,而这其实并不影响数的传递,正常用就行,需要展示数据的时候自然就变成预期的效果了
round(1/3.0,2) --->0.33000000002 print round(1/3.0,2) --->0.33
在没有用print时,因为精度问题,并没有展示出预料中的小数位数,而这其实并不影响数的传递,正常用就行,需要展示数据的时候自然就变成预期的效果了
推荐阅读
-
python小数精度的备忘 博客分类: python pythonround
-
有在Stackless Python (or PyPy)上实现的开源Web Server吗? 博客分类: Web PythonWebErlangnginxRuby
-
用 Python 编写干净、可测试、高质量的代码[转载] 博客分类: python nltkHudsonpylintpygenienose
-
python类的属性 博客分类: python python属性
-
Python的字典 博客分类: python Python字典
-
Python 字典的遍历 博客分类: Python 计时字典
-
Python 字典的setdefault()方法 博客分类: Python Pythonsetdefault字典
-
Python中的字典操作 博客分类: Python python字典操作javamap
-
用pylint来检查python程序的潜在错误(转) 博客分类: php/python/jython/groovy PythonGCCCC++C#
-
解决conda下载慢的问题 博客分类: Python conda