Extracts the minimum numeric value in a given Array
Max<[-54,2,0,999,69,2]>; // Result: -54Max<[-54,-2,-90,-72,-69,-202]>; // Result: -202 Copy
Max<[-54,2,0,999,69,2]>; // Result: -54Max<[-54,-2,-90,-72,-69,-202]>; // Result: -202
Extracts the minimum numeric value in a given Array