Functions

geomean

Supported By

Syntax

[the] geomean of factor

geomean ( expression )

Factor and expression yield lists of integers, numbers, or complexes.

Example

put geomean(1,3,4) into bill

Description

The geomean function returns the geometric mean of the numeric values passed to it. This is equal to the product of the passed values raised to the power of one over the number of values.

If all the values are integers or numbers, a number is returned. If any value is a complex, a complex is returned.

Synonym

geom

See Also

avg, average