Get the min among all numbers.
Rest
numbers.
The min numbers among them.
numMin(1, 2, 3); // Outputs 1n Copy
numMin(1, 2, 3); // Outputs 1n
Get the min among all numbers.