f::gcd (public)

 f::gcd x y

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

Parameters:
x (required)
y (required)
Returns:
the greatest common divisor of x and y

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: