Computes the geometric average of the input.
By default, if F is not floating point type, then the result will have a double type if F is implicitly convertible to a floating point type.
range, must be finite iterable
The geometric average of all the elements in the input, must be floating point type
prod
See Implementation
Computes the geometric average of the input.
By default, if F is not floating point type, then the result will have a double type if F is implicitly convertible to a floating point type.