mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
bpo-43147: Remove archaic terminology. (GH-24462)
This commit is contained in:
parent
206cbdab16
commit
30a8b28396
2 changed files with 8 additions and 10 deletions
|
@ -367,10 +367,9 @@ def geometric_mean(data):
|
|||
def harmonic_mean(data, weights=None):
|
||||
"""Return the harmonic mean of data.
|
||||
|
||||
The harmonic mean, sometimes called the subcontrary mean, is the
|
||||
reciprocal of the arithmetic mean of the reciprocals of the data,
|
||||
and is often appropriate when averaging quantities which are rates
|
||||
or ratios, for example speeds.
|
||||
The harmonic mean is the reciprocal of the arithmetic mean of the
|
||||
reciprocals of the data. It can be used for averaging ratios or
|
||||
rates, for example speeds.
|
||||
|
||||
Suppose a car travels 40 km/hr for 5 km and then speeds-up to
|
||||
60 km/hr for another 5 km. What is the average speed?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue