       min num1 ?..numN?

       expr min(num1, num2)
              Returns  the  argument  that has the lowest numeric
              value.  Each argument may be any integer or  float
              ing point value.

              This  functionality  is  also  available  as a math
              function min in the Tcl expr command.
