Mapping functionsMathMinOn this pageMath: min Find the smallest number from a list of numbers. ExampleInput: [1, 2, 3, 4, 5, 42]Ouput: 1 Input Number (multiple)—REQUIREDAny numbers you want to compare. Output NumberThe smallest number.