Computes the geometric mean of a slice. The product in gmean is computed in logarithms to avoid FP overflows.
input slice
geometric mean of slice
@9il comment https://github.com/libmir/numir/pull/24#discussion_r168958617
See Implementation
Computes the geometric mean of a slice. The product in gmean is computed in logarithms to avoid FP overflows.