Description Usage Arguments Details Value Examples
This function computes the greatest common divisior (GCD) of two positive integers using the Euclidian algorithm.
1 | gcdPrime(num1, num2)
|
num1 |
The first integer |
num2 |
The second integer |
This was written some abstract algebra class.
gcd
1 | gcdPrime(16,24)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.