average

average

> Functions

Calculates the average of the elements contained in the array array. The average is calculated by converting each element to a real number, calculating their sum, and finally dividing this sum by the size of the array.

Parameters
Return
Examples