mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Rename math.sum to math.fsum
This commit is contained in:
parent
f2eb2b44fc
commit
fef6b13c32
5 changed files with 35 additions and 35 deletions
|
|
@ -5,7 +5,7 @@ import random
|
|||
import time
|
||||
import pickle
|
||||
import warnings
|
||||
from math import log, exp, sqrt, pi, sum as msum
|
||||
from math import log, exp, sqrt, pi, fsum as msum
|
||||
from test import test_support
|
||||
|
||||
class TestBasicOps(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue