Description Usage Arguments Value References Examples
Computes the greatest common divisor (GCD) of two integers (numbers),
1 | euclidean(a, b)
|
a |
A number. |
b |
A number. |
The largest number that divides 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.