[issue35904] Add statistics.fmean(seq)

Raymond Hettinger report at bugs.python.org
Sat Feb 9 03:26:35 EST 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

FWIW, fabs() and fmod() are other examples of where "f" indicates a function specialized to convert inputs to floats, perform floating point math, and return a float.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35904>
_______________________________________


More information about the Python-bugs-list mailing list