Description Usage Arguments Value Source
The algorithm replaces larger of the two numbers by the remainder when divided by smaller of two numbers and stops when remainder equals zero.
1 | euclidean(x, y)
|
x |
a numeric scalar. |
y |
another numeric scalar. |
The greatest common divisor of two numbers passed in as arguments.
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.