Calculate the mean value of the range's elements (sum divided by length). The range must obviously be non-empty.
See Implementation
Calculate the mean value of the range's elements (sum divided by length). The range must obviously be non-empty.