Mean

mean(list[decimal]) -> decimal

Returns decimal

Compute the arithmetic mean (average) of the given list elements

Example:

mean([2.2, 2.5])2.35

Last updated