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
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- functional_api
Source code: gcd' [abs $x] [abs $y]XQL Not present: Generic, PostgreSQL, Oracle