geomean
Geometric mean.
Syntax
Section titled “Syntax”v = geomean(number1, number2, ...)Description
Section titled “Description”Returns the geometric mean ((x1 · x2 · ... · xn)^(1/n)) of the positive numeric arguments. All values must be positive; non-positive values raise a #NUM! error.
Example
Section titled “Example”geomean(2, 4, 8) % 4