f::abs (public)

 f::abs x

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

Parameters:
x
Returns:
the absolute value of x

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::abs f::abs test_functional_api->f::abs f::gcd f::gcd (public) f::gcd->f::abs f::lcm f::lcm (public) f::lcm->f::abs

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