Find the geometric mean of numbers. 📘
Rest
a list of numbers
ⁿ√(∏xᵢ) | n = size(xs)
Generated using TypeDoc
Find the geometric mean of numbers. 📘