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