Find the cubic mean of numbers.
Rest
a list of numbers
³√(Σxᵢ³)/n | n = size(xs)
Generated using TypeDoc
Find the cubic mean of numbers.