圆周率
Posted glzt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了圆周率相关的知识,希望对你有一定的参考价值。
import math import time s=10 t=time.process_time() for i in range(s+1): a,b=‘**‘*i,‘..‘*(s-i) c=(i/s)*100 π=4*(4*math.atan(1/5)-math.atan(1/239)) print("%{:3}[{}->{}]".format(a,b,c)) time.sleep(0.1) print(π) print("{:.2f}s".format(t))
以上是关于圆周率的主要内容,如果未能解决你的问题,请参考以下文章