Functions

geom

Supported By

Syntax

[the] geom of factor

geom ( expression )

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

Example

put geom(1,3,4) into bill

Description

The geom 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

geomean

See Also

avg, average