Greatest common divisor: Difference between revisions

Content deleted Content added
No edit summary
m Added a ;Task: (bold) header.
Line 1: Line 1:
{{task|Arithmetic operations}}[[Category:Recursion]]
{{task|Arithmetic operations}}[[Category:Recursion]]

This task requires the finding of the greatest common divisor of two integers.
;Task:
Find the greatest common divisor of two integers.
<br><br>
<br><br>