gcd

one of the documented procedures in this installation of the ACS
Usage:
gcd   x   y
What it does:
returns the greatest common divisor of x and y
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    gcd' [abs $x] [abs $y] 


philg@mit.edu