Greatest common divisor: Difference between revisions

Content added Content deleted
imported>Msicilia
imported>Msicilia
Line 3,720: Line 3,720:


<pre>
<pre>
An example of use in `dojo` (assuming the gate is pinned as `gcd`):
An example of use at dojo (assuming the gate is pinned as gcd):
> (gcd 123 36)
> (gcd 123 36)
3
3