Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 145 Bytes

function.HH.Lib.Math.mean.md

File metadata and controls

5 lines (5 loc) · 145 Bytes
$v = vec[1, 2, 3, 4, 5];
$mean = Math\mean($v);
echo "Mean of the array is $mean \n"; // Output: Mean of the array is 3