Description Usage Arguments Value See Also Examples
euclidean
returns the greatest common divisor of two values provided
as arguments.
Pseudocode taken from the Wikipedia page for the Euclidean algorithm.
1 | euclidean(a, b)
|
a, b |
Non negative integers. |
Greatest common divisor of a
and b
.
https://en.wikipedia.org/wiki/Euclidean_algorithm
1 | euclidean(100, 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.