下边内容是关于python自定义pi函数的内容。
def pi():
# Compute digits of Pi.
# Algorithm due to LGLT Meertens.
k, a, b, a1, b1 = 2, 4, 1, 12, 4
while 1:
while d == d1:
yield d
下边内容是关于python自定义pi函数的内容。
def pi():
# Compute digits of Pi.
# Algorithm due to LGLT Meertens.
k, a, b, a1, b1 = 2, 4, 1, 12, 4
while 1:
while d == d1:
yield d
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M