English
Appearance
Returns the average of all numeric values in an array.
array::number[]
number
average([1, 5, 15, 50]); // Returns 17.75