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
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- functional_api
Source code: expr {$x>$y ? $x : $y}XQL Not present: Generic, PostgreSQL, Oracle