HARMEAN

HARMEAN(args) → { number }

Returns the harmonic mean of a data set of positive numbers: the reciprocal of the arithmetic mean of reciprocals.

Parameters:

Name Type Description
args ApiRange | Array.<number>

Up to 255 numeric values for which the harmonic mean will be calculated.

Returns:

Type
number