17 lines
578 B
Text
17 lines
578 B
Text
;Task:
|
|
Find the greatest common divisor ('''GCD''') of two integers.
|
|
|
|
|
|
''Greatest common divisor'' is also known as ''greatest common factor'' '''(gcf)''' and ''greatest common measure''.
|
|
|
|
|
|
|
|
;Related task:
|
|
:* [https://rosettacode.org/wiki/Least_common_multiple least common multiple].
|
|
|
|
|
|
;See also:
|
|
:* MathWorld entry: [http://mathworld.wolfram.com/GreatestCommonDivisor.html greatest common divisor].
|
|
:* Wikipedia entry: [[wp:Greatest_common_divisor|greatest common divisor]].
|
|
<br><br>
|
|
|