发布时间:2019-07-30 10:52:59编辑:auto阅读(1543)
计算高精确度的浮点数方法
借助decimal模块的”getcontext”和”Decimal”方法
from decimal import *
getcontext().prec = 50 #50精度
a = Decimal(1) / Decimal(3)
a
Decimal(‘0.333333333333……’)
上一篇: VIM PYTHON 调试
下一篇: Python 美化打印 json 数据
47491
45793
36791
34322
28959
25596
24442
19609
19110
17631
5464°
6047°
5569°
5637°
6572°
5375°
5377°
5883°
5854°
7169°