Fix typo
This commit is contained in:
parent
5548be2653
commit
9c719bafbf
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue