min

one of the documented procedures in this installation of the ACS
Usage:
min   x   y
What it does:
returns the minimum of x and y
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    expr $x<$y ? $x : $y


philg@mit.edu