You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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

Syntax
avg(list) #Output: Number
Examples
Parser expressionDescription
%{avg([1, 2, 3, 4, 5])}

This example returns:

3

Additional information

Parameters used in this function

ParameterInput (data type)Description
list

NUMBER LIST

Any given number list.
Output

This function returns a NUMBER