macros:Functions:mean
Function mean
Returns the average(mean) of the numbers that are passed in.
Usage
[h: av = avg(num, num, ...)]
[h: av = avgerage(num, num, ...)]
[h: av = mean(num, num, ...)]
Examples
[r: avg(1, 2, 3, 3, 10)]
Returns
3.8