Description Usage Arguments Details Value Examples
euclidean
returns the greatest common divisor of two input (a,b) values.
1 | euclidean(a, b)
|
a |
Must be numeric scalar or integer |
b |
Must be numeric scalar or integer |
https://en.wikipedia.org/wiki/Euclidean_algorithm
The greatest common divisor of a
and b
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.