v = math.min (v1, v2, ...)
The lowest of one or more numbers. math.min (4, 8, 100) --> 4
math.min (4, 8, 100) --> 4