arithmetic mean

The average function allows to calculate the arithmetic mean of a series of values.
average(`[1;9;7]`) returns `17/3`
See also