Description Usage Arguments Value Examples
This function implements the Euclidian algorithm to find the greatest common divisor of two numbers. The description of the algorithm with pseudocode can be found here: https://en.wikipedia.org/wiki/Euclidean_algorithm
1 | euclidean(a, b)
|
a |
An integer. |
b |
An integer. |
This function return a number that shows the greatest common divisor
of a
and b
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.