The function min(a,b) returns the minimum of two numbers a and b.

For example:

min(3,7) = 3

min(4,2) = 2

min(15,15) = 15