mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-118671: Updated dead ActiveState links (#118730)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This commit is contained in:
parent
fcf52d7cee
commit
c4f9823be2
12 changed files with 14 additions and 14 deletions
|
|
@ -657,7 +657,7 @@ class MathTests(unittest.TestCase):
|
|||
def msum(iterable):
|
||||
"""Full precision summation. Compute sum(iterable) without any
|
||||
intermediate accumulation of error. Based on the 'lsum' function
|
||||
at http://code.activestate.com/recipes/393090/
|
||||
at https://code.activestate.com/recipes/393090-binary-floating-point-summation-accurate-to-full-p/
|
||||
|
||||
"""
|
||||
tmant, texp = 0, 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue