Description Usage Arguments Value Examples
Finds the greatest (positive) common divisor of two integers; if one of them is 0, returns the absolute value of the other number.
1 | gcd(a, b)
|
a |
An integer. |
b |
An integer. |
The greatest (positive) common divisor of two integers; if one of them is 0, returns the absolute value of the other number.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.