Description Usage Arguments Value Examples
Euclidean function, finds the greatest common divisor of two numbers. Find Wikipedia docs Here.
1 | euclidean(value1, value2)
|
value1 |
An integer number must be introduced |
value2 |
An integer number must be introduced |
It will return the greatest common divisor between value 1 and value 2. An integer will be returned.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.