Description Usage Arguments Value References Examples
Retunrs the greatest common divisor between a and b.
1 | euclidean(a, b)
|
a |
A numeric value not equal to zero. |
b |
A numeric value not equal to zero. |
The greatest common divisor between a
and b
.
https://en.wikipedia.org/wiki/Euclidean_algorithm
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.