Commit 72800486 authored by Raymond Hettinger's avatar Raymond Hettinger Committed by GitHub

bpo-35904: Add missing fmean() entry to the summary table (GH-12919)

parent 39baace6
......@@ -11,6 +11,7 @@ Calculating averages
Function Description
================== ==================================================
mean Arithmetic mean (average) of data.
fmean Fast, floating point arithmetic mean.
geometric_mean Geometric mean of data.
harmonic_mean Harmonic mean of data.
median Median (middle value) of data.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment