It will calculate the mean of the provided numbers.
numbers
1.0.0
mean([1, 2, 3]); // => 2 Copy
mean([1, 2, 3]); // => 2
It will calculate the mean of the provided
numbers
.