Calculates the average values of a given number list.
This function calculates the average value of a given number list.
avg(list) #Output: Number
%{avg([1, 2, 3, 4, 5])}
This example returns:
3
Parameters used in this function
list
This function returns a