Mapping functionsMathMaxOn this pageMath: max Find the biggest number from a list of numbers. ExampleInput: [1, 2, 3, 4, 5, 42]Ouput: 42 Input Number (multiple)—REQUIREDAny numbers. Output NumberThe biggest number.