Kaydet (Commit) 9c719baf authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo

üst 5548be26
...@@ -938,7 +938,7 @@ def pi(): ...@@ -938,7 +938,7 @@ def pi():
d, da = d+da, da+32 d, da = d+da, da+32
t = (t * n) / d t = (t * n) / d
c += t c += t
getcontext().prec -= 10 getcontext().prec -= 9
return c return c
def exp(x): def exp(x):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment