f::gcd (public)

 f::gcd x y

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

Parameters:
x
y
Returns:
the greatest common divisor of x and y

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

Testcases:
functional_api
Source code:
    gcd' [abs $x] [abs $y]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: