Description Usage Arguments Value References Examples
This algorithm efficiently computes the greatest common divisor.
1 | euclidean(a, b)
|
a |
is an integer |
b |
is an integer |
It returns the greatest common divisor of two integers a
and b
"https://en.wikipedia.org/wiki/Euclidean_algorithm"
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.