f::abs (public)
f::abs x
Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl
- Parameters:
- x (required)
- Returns:
- the absolute value of x
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- functional_api
Source code: expr {$x<0 ? -$x : $x}XQL Not present: Generic, PostgreSQL, Oracle