Description Usage Arguments Value References
Implementation of the substraction based euclidean algorithm to find the Greatest Common Divisior (GCD) of two Integer numbers.
1 | euclidean(a, b)
|
a |
An Integer. |
b |
A Integer |
The GCD of input params.
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.