simple-gcd ( x y -- d )


Vocabulary
math

Inputs
xan object
yan object


Outputs
dan object


Word description
Computes the GCD of two numbers.

See also
gcd

Definition


Methods