Description Usage Arguments Details Value Author(s) References Examples
Find the Greatest Common Divisor of two given numbers
1 | euclidean(num1, num2)
|
num1 |
A number. |
num2 |
A number. |
Should assert that the arguments are numeric scalars or integers.
The Greatest Common Divisor
Hamed
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.