Status
Tech review

Style guide




Short description

Calculates the average values of a given number list.

Output




This function calculates the average value of a given number list.


avg(list) #Output: Number



Parser expressionDescription


%{avg([1, 2, 3, 4, 5])}


This example returns:

3



Parameters used in this function

ParameterInput (data type)Description
list

Any given number list.



This function returns a