RosettaCodeData/Task/Greatest-common-divisor/00-TASK.txt
2023-07-01 13:44:08 -04:00

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>