Mapping functionsMathAverageOn this pageMath: average Calculates the average of all numbers. ExampleInput: [1, 2, 3]Formula: (1 + 2 + 3) / 3Ouput: 2 Input Number (multiple)—REQUIREDAny numbers. Output NumberAverage of all numbers.