This commit is contained in:
Raymond Hettinger 2004-07-05 18:56:03 +00:00
parent 5548be2653
commit 9c719bafbf
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ def pi():
d, da = d+da, da+32
t = (t * n) / d
c += t
getcontext().prec -= 10
getcontext().prec -= 9
return c
def exp(x):