Description Usage Arguments Value References Examples
Find 'Greatest Common Divisor'(GCD) for two given numbers
1 | euclidean(a, b)
|
a |
A positive integer. |
b |
A positive integer. |
The GCD of a
and b
.
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.