gcd
Returns the greatest common divisor of its two arguments.
Exported from
Module common-dylan
Module Dylan
Modifiers
sealed
Arguments
integer1
An instance of
<general-integer>
.
integer2
An instance of
<general-integer>
.
Values
integer3
An instance of
<general-integer>
.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
Parent class of all integers.