the
geomean
of
factor
geomean
(
expression )
Factor and expression yield list
s of integers
, numbers
, or complexes
.
put
geomean
(1,3,4) into bill
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 integer
s or number
s, a number
is returned. If any value is a complex
, a complex
is returned.