mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix typo
This commit is contained in:
parent
5548be2653
commit
9c719bafbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue