Description Usage Arguments Value Examples
function for euclid or euclideans algorithm to find out the GCD of two numbers
1 | euclidean(num1, num2)
|
num1 |
is a number or an integer |
num2 |
is a number or an integer both parameters are inputs for euclidean to find out their GCD |
the GCD(greatest common divisor)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.