Description Usage Arguments Value References
Implementation of Euclidean algorithm to find the greatest common divisor of two numbers.
1 | euclidean(a, b)
|
a |
number. |
b |
number. |
The euclidean of a
and b
.
https://en.wikipedia.org/wiki/Euclidean_algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.