max
one of
the documented procedures
in this installation of the ACS
Usage:
max
x y
What it does:
returns the maximum of x and y
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
expr $x>$y ? $x : $y
philg@mit.edu