Min — smallest value
Min( expression , ... , expression )
Min : R x R -> R
Min( 1 , 2 ) = 1
Chooses the smallest value in a list.