f::max (public)

 f::max x y

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Parameters:
x (required)
y (required)
Returns:
the maximum of x and y

Testcases:
functional_api
Source code:
    expr {$x>$y ? $x : $y}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: