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