Description Usage Arguments Value References Examples
euclidean
use the euclidean algorithm to calculate the Greatest Common Divisor (GCD) of 2 numbers.
1 | euclidean(b, a)
|
b |
a number |
a |
a number |
The GCD of b
and a
.
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.